Make WordPress Core

Ticket #43370: 43370.diff

File 43370.diff, 454 bytes (added by danieltj, 7 years ago)

Updated the format name

  • wp-includes/taxonomy.php

    diff --git wp-includes/taxonomy.php wp-includes/taxonomy.php
    index 92a4ee7..58ae8ad 100644
    function create_initial_taxonomies() { 
    139139                'public' => true,
    140140                'hierarchical' => false,
    141141                'labels' => array(
    142                         'name' => _x( 'Format', 'post format' ),
     142                        'name' => _x( 'Formats', 'post format' ),
    143143                        'singular_name' => _x( 'Format', 'post format' ),
    144144                ),
    145145                'query_var' => true,