Make WordPress Core

Changeset 26980


Ignore:
Timestamp:
01/18/2014 04:58:01 PM (12 years ago)
Author:
DrewAPicture
Message:

Use a docs-specific variable for the link_category hook docs in wp-admin/bookmarks-template.php.

See #25364.

File:
1 edited

Legend:

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

    r25533 r26980  
    234234             * @since 2.2.0
    235235             *
    236              * @param string $cat->name The category name of bookmarks.
     236             * @param string $cat_name The category name of bookmarks.
    237237             */
    238238            $catname = apply_filters( 'link_category', $cat->name );
Note: See TracChangeset for help on using the changeset viewer.