Changeset 15065
- Timestamp:
- 05/29/2010 08:45:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r15056 r15065 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 Categor y' ) ),350 'popular_items' => array( __( 'Popular Tags' ), __( 'Popular Categories' ) ), 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.