Make WordPress Core


Ignore:
Timestamp:
02/26/2018 06:21:59 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Taxonomy: Make the "Format" taxonomy name plural, for consistency with other taxonomies.

Props afercia, danieltj.
Fixes #43370.

File:
1 edited

Legend:

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

    r42710 r42755  
    153153            'hierarchical'      => false,
    154154            'labels'            => array(
    155                 'name'          => _x( 'Format', 'post format' ),
     155                'name'          => _x( 'Formats', 'post format' ),
    156156                'singular_name' => _x( 'Format', 'post format' ),
    157157            ),
Note: See TracChangeset for help on using the changeset viewer.