Make WordPress Core


Ignore:
Timestamp:
01/16/2019 05:28:56 AM (6 years ago)
Author:
pento
Message:

Docs: Remove duplicate docblocks for the pre_user_login and link_category filters.

Props coffee2code.
Fixes #45308.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/bookmark-template.php

    r43571 r44612  
    267267            );
    268268            /**
    269              * Filters the bookmarks category name.
     269             * Filters the category name.
    270270             *
    271271             * @since 2.2.0
    272272             *
    273              * @param string $cat_name The category name of bookmarks.
     273             * @param string $cat_name The category name.
    274274             */
    275275            $catname = apply_filters( 'link_category', $cat->name );
Note: See TracChangeset for help on using the changeset viewer.