i18n: Remove some translation domains accidentally included in [43762], [44122].
Moves [43764] to trunk. Fixes #45110. Built from https://develop.svn.wordpress.org/trunk@44124 git-svn-id: http://core.svn.wordpress.org/trunk@43954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d16e6740d5
commit
85eb073748
|
@ -2100,27 +2100,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' ),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-alpha-44123';
|
$wp_version = '5.1-alpha-44124';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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