mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
i18n: Add missing translation wrapper for the Global Styles post type description.
Follow up to [52041]. See #54336. Built from https://develop.svn.wordpress.org/trunk@52109 git-svn-id: http://core.svn.wordpress.org/trunk@51701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5932a68ba6
commit
b1996cbec4
@ -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,
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-52108';
|
||||
$wp_version = '5.9-alpha-52109';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user