mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 19:11:41 +01:00
i18n: Remove some translation domains accidentally included in [43762].
See #45110. Built from https://develop.svn.wordpress.org/branches/5.0@43764 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2ccaeedbda
commit
93343de1bd
@ -1951,27 +1951,27 @@ function get_block_categories( $post ) {
|
|||||||
$default_categories = array(
|
$default_categories = array(
|
||||||
array(
|
array(
|
||||||
'slug' => 'common',
|
'slug' => 'common',
|
||||||
'title' => __( 'Common Blocks', 'gutenberg' ),
|
'title' => __( 'Common Blocks' ),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'slug' => 'formatting',
|
'slug' => 'formatting',
|
||||||
'title' => __( 'Formatting', 'gutenberg' ),
|
'title' => __( 'Formatting' ),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'slug' => 'layout',
|
'slug' => 'layout',
|
||||||
'title' => __( 'Layout Elements', 'gutenberg' ),
|
'title' => __( 'Layout Elements' ),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'slug' => 'widgets',
|
'slug' => 'widgets',
|
||||||
'title' => __( 'Widgets', 'gutenberg' ),
|
'title' => __( 'Widgets' ),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'slug' => 'embed',
|
'slug' => 'embed',
|
||||||
'title' => __( 'Embeds', 'gutenberg' ),
|
'title' => __( 'Embeds' ),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'slug' => 'reusable',
|
'slug' => 'reusable',
|
||||||
'title' => __( 'Reusable Blocks', 'gutenberg' ),
|
'title' => __( 'Reusable Blocks' ),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43763';
|
$wp_version = '5.0-alpha-43764';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user