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-links-opml.php

    r43571 r44612  
    6464
    6565foreach ( (array) $cats as $cat ) :
    66     /**
    67      * Filters the OPML outline link category name.
    68      *
    69      * @since 2.2.0
    70      *
    71      * @param string $catname The OPML outline category name.
    72      */
     66    /** This filter is documented in wp-includes/bookmark-template.php */
    7367    $catname = apply_filters( 'link_category', $cat->name );
    7468
Note: See TracChangeset for help on using the changeset viewer.