Make WordPress Core

Ticket #16172: 16172.patch

File 16172.patch, 455 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/taxonomy.php

     
    8787                'public' => true,
    8888                'hierarchical' => false,
    8989                'labels' => array(
    90                         'name' => '',
    91                         'singular_name' => '',
     90                        'name' => __( 'Formats' ),
     91                        'singular_name' => __( 'Format' ),
    9292                ),
    9393                'query_var' => true,
    9494                'rewrite' => $rewrite,