From f1bfee89f9c2ef72fcd4d0f5740f2330bc5162cf Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 18 Jan 2014 16:58:01 +0000 Subject: [PATCH] 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 --- src/wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/bookmark-template.php b/src/wp-includes/bookmark-template.php index 64e73a88d0..d16407beee 100644 --- a/src/wp-includes/bookmark-template.php +++ b/src/wp-includes/bookmark-template.php @@ -233,7 +233,7 @@ function wp_list_bookmarks($args = '') { * * @since 2.2.0 * - * @param string $cat->name The category name of bookmarks. + * @param string $cat_name The category name of bookmarks. */ $catname = apply_filters( 'link_category', $cat->name );