Make WordPress Core

Ticket #54567: 54567.patch

File 54567.patch, 853 bytes (added by Chouby, 3 years ago)
  • src/wp-includes/taxonomy.php

    diff --git src/wp-includes/taxonomy.php src/wp-includes/taxonomy.php
    index 7923003e9b..65a76efc76 100644
    function create_initial_taxonomies() { 
    172172                        'public'            => true,
    173173                        'hierarchical'      => false,
    174174                        'labels'            => array(
    175                                 'name'          => _x( 'Formats', 'post format' ),
    176                                 'singular_name' => _x( 'Format', 'post format' ),
     175                                'name'                  => _x( 'Formats', 'post format' ),
     176                                'singular_name'         => _x( 'Format', 'post format' ),
     177                                'item_link'             => _x( 'Post Format Link', 'navigation link block title' ),
     178                                'item_link_description' => _x( 'A link to a post format', 'navigation link block description' ),
    177179                        ),
    178180                        'query_var'         => true,
    179181                        'rewrite'           => $rewrite['post_format'],