Skip to content

Commit 86ea883

Browse files
committed
Update bookmark.php
1 parent 4af2b61 commit 86ea883

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/includes/bookmark.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @since 2.0.0
1313
*
14-
* @return int 0 on failure. The link ID on success.
14+
* @return int The link ID on success. 0 on failure.
1515
*/
1616
function add_link() {
1717
return edit_link();
@@ -23,7 +23,7 @@ function add_link() {
2323
* @since 2.0.0
2424
*
2525
* @param int $link_id Optional. ID of the link to edit. Default 0.
26-
* @return int 0 on failure. The link ID on success.
26+
* @return int The link ID on success. 0 on failure.
2727
*/
2828
function edit_link( $link_id = 0 ) {
2929
if ( ! current_user_can( 'manage_links' ) ) {

0 commit comments

Comments
 (0)