Make WordPress Core

Changeset 15065


Ignore:
Timestamp:
05/29/2010 08:45:31 PM (16 years ago)
Author:
nacin
Message:

Fix a default taxonomy label. props michaelh, fixes #13624.

File:
1 edited

Legend:

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

    r15056 r15065  
    348348                'singular_name' => array( _x( 'Post Tag', 'taxonomy singular name' ), _x( 'Category', 'taxonomy singular name' ) ),
    349349                'search_items' => array( __( 'Search Tags' ), __( 'Search Categories' ) ),
    350                 'popular_items' => array( __( 'Popular Tags' ), __( 'Popular Category' ) ),
     350                'popular_items' => array( __( 'Popular Tags' ), __( 'Popular Categories' ) ),
    351351                'all_items' => array( __( 'All Tags' ), __( 'All Categories' ) ),
    352352                'parent_item' => array( null, __( 'Parent Category' ) ),
Note: See TracChangeset for help on using the changeset viewer.