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
This commit is contained in:
Drew Jaynes 2014-01-18 16:58:13 +00:00
parent 9198e66955
commit 7c38bb38b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 );