mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Remove duplicate docblocks for the pre_user_login and link_category filters.
Props coffee2code. Fixes #45308. git-svn-id: https://develop.svn.wordpress.org/trunk@44612 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -266,11 +266,11 @@ function wp_list_bookmarks( $args = '' ) {
|
||||
$r['category_before']
|
||||
);
|
||||
/**
|
||||
* Filters the bookmarks category name.
|
||||
* Filters the category name.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*
|
||||
* @param string $cat_name The category name of bookmarks.
|
||||
* @param string $cat_name The category name.
|
||||
*/
|
||||
$catname = apply_filters( 'link_category', $cat->name );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user