From 7c38bb38b7492c2dfef65c5d797009ddcc9a93b2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 18 Jan 2014 16:58:13 +0000 Subject: [PATCH] Use a docs-specific variable for the `link_category` hook docs in wp-admin/bookmarks-template.php. See #25364. Built from https://develop.svn.wordpress.org/trunk@26980 git-svn-id: http://core.svn.wordpress.org/trunk@26857 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 64e73a88d0..d16407beee 100644 --- a/wp-includes/bookmark-template.php +++ b/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 );