Make WordPress Core

Changeset 52109


Ignore:
Timestamp:
11/10/2021 02:05:29 PM (3 years ago)
Author:
desrosj
Message:

i18n: Add missing translation wrapper for the Global Styles post type description.

Follow up to [52041].

See #54336.

File:
1 edited

Legend:

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

    r52108 r52109  
    451451        array(
    452452            'label'        => __( 'Global Styles' ),
    453             'description'  => 'CPT to store user design tokens',
     453            'description'  => __( 'CPT to store user design tokens' ),
    454454            'public'       => false,
    455455            '_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.