Make WordPress Core


Ignore:
Timestamp:
11/10/2021 07:54:51 PM (3 years ago)
Author:
desrosj
Message:

General: Minor fixes to Global Style related code.

Follow up to [52041,52049-52052,52054,52106,52108-52110].

Props swisspidy, TobiasBg, spacedmonkey, kebbet, oandregal.
See #54336.

File:
1 edited

Legend:

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

    r52110 r52128  
    450450        'wp_global_styles',
    451451        array(
    452             'label'        => __( 'Global Styles' ),
    453             'description'  => __( 'Post type for storing user design tokens.' ),
     452            'label'        => _x( 'Global Styles', 'post type general name' ),
     453            'description'  => __( 'Global styles to include in themes.' ),
    454454            'public'       => false,
    455455            '_builtin'     => true, /* internal use only. don't use this when registering your own post type. */
     
    500500                'items_list'            => __( 'Navigation Menus list' ),
    501501            ),
    502             'description'           => __( 'Navigation menus.' ),
    503502            'public'                => false,
    504503            '_builtin'              => true, /* internal use only. don't use this when registering your own post type. */
Note: See TracChangeset for help on using the changeset viewer.