Skip to content

Commit 21c0850

Browse files
IanDelMarapermo
andauthored
Update src/wp-admin/includes/bookmark.php
Co-authored-by: Christoph Daum <[email protected]>
1 parent 8bfdfb5 commit 21c0850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/bookmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function wp_set_link_cats( $link_id = 0, $link_categories = array() ) {
295295
* @since 2.0.0
296296
*
297297
* @param array $linkdata Link data to update. See wp_insert_link() for accepted arguments.
298-
* @return int 0 on failure. The updated link ID on success.
298+
* @return int The updated link ID on success. 0 on failure.
299299
*/
300300
function wp_update_link( $linkdata ) {
301301
$link_id = (int) $linkdata['link_id'];

0 commit comments

Comments
 (0)