mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-11 21:24:47 +01:00
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:
parent
9198e66955
commit
7c38bb38b7
@ -233,7 +233,7 @@ function wp_list_bookmarks($args = '') {
|
|||||||
*
|
*
|
||||||
* @since 2.2.0
|
* @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 );
|
$catname = apply_filters( 'link_category', $cat->name );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user