Make WordPress Core


Ignore:
Timestamp:
10/20/2015 04:56:57 AM (11 years ago)
Author:
wonderboymusic
Message:

Widgets: revert [34376] and [34386] as pertains to the Categories widget supporting custom taxonomies.

Punting on 4th down.

See #21165.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy-functions.php

    r35268 r35278  
    480480 * - name - general name for the taxonomy, usually plural. The same as and overridden by $tax->label. Default is Tags/Categories
    481481 * - singular_name - name for one object of this taxonomy. Default is Tag/Category
    482  * - select_name - prompt to select a taxonomy when using a dropdown list in the Categories widget. Default is 'Select Category'.
    483482 * - search_items - Default is Search Tags/Search Categories
    484483 * - popular_items - This string isn't used on hierarchical taxonomies. Default is Popular Tags
     
    521520        'name' => array( _x( 'Tags', 'taxonomy general name' ), _x( 'Categories', 'taxonomy general name' ) ),
    522521        'singular_name' => array( _x( 'Tag', 'taxonomy singular name' ), _x( 'Category', 'taxonomy singular name' ) ),
    523         'select_name' => array( null, __( 'Select Category' ) ),
    524522        'search_items' => array( __( 'Search Tags' ), __( 'Search Categories' ) ),
    525523        'popular_items' => array( __( 'Popular Tags' ), null ),
Note: See TracChangeset for help on using the changeset viewer.