mirror of
git://develop.git.wordpress.org/
synced 2025-04-06 21:23:29 +02:00
i18n: Add missing translation wrapper for the Global Styles post type description.
Follow up to [52041]. See #54336. git-svn-id: https://develop.svn.wordpress.org/trunk@52109 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a34910828
commit
663666d6a4
@ -450,7 +450,7 @@ function create_initial_post_types() {
|
||||
'wp_global_styles',
|
||||
array(
|
||||
'label' => __( 'Global Styles' ),
|
||||
'description' => 'CPT to store user design tokens',
|
||||
'description' => __( 'CPT to store user design tokens' ),
|
||||
'public' => false,
|
||||
'_builtin' => true, /* internal use only. don't use this when registering your own post type. */
|
||||
'show_ui' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user