Changeset 15142
- Timestamp:
- 06/04/2010 07:21:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r15116 r15142 327 327 * - singular_name - name for one object of this taxonomy. Default is Post Tag/Category 328 328 * - search_items - Default is Search Tags/Search Categories 329 * - popular_items - Default is Popular Tags/Popular Categories329 * - popular_items - This string isn't used on hierarchical taxonomies. Default is Popular Tags 330 330 * - all_items - Default is All Tags/All Categories 331 331 * - parent_item - This string isn't used on non-hierarchical taxonomies. In hierarchical ones the default is Parent Category … … 348 348 'singular_name' => array( _x( 'Post Tag', 'taxonomy singular name' ), _x( 'Category', 'taxonomy singular name' ) ), 349 349 'search_items' => array( __( 'Search Tags' ), __( 'Search Categories' ) ), 350 'popular_items' => array( __( 'Popular Tags' ), __( 'Popular Categories' )),350 'popular_items' => array( __( 'Popular Tags' ), null ), 351 351 'all_items' => array( __( 'All Tags' ), __( 'All Categories' ) ), 352 352 'parent_item' => array( null, __( 'Parent Category' ) ),
Note: See TracChangeset
for help on using the changeset viewer.