Skip to content

Commit f1bfee8

Browse files
committed
Use a docs-specific variable for the link_category hook docs in wp-admin/bookmarks-template.php.
See #25364. git-svn-id: https://develop.svn.wordpress.org/trunk@26980 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 89a63c8 commit f1bfee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/bookmark-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function wp_list_bookmarks($args = '') {
233233
*
234234
* @since 2.2.0
235235
*
236-
* @param string $cat->name The category name of bookmarks.
236+
* @param string $cat_name The category name of bookmarks.
237237
*/
238238
$catname = apply_filters( 'link_category', $cat->name );
239239

0 commit comments

Comments
 (0)