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:
desrosj 2018-12-13 22:26:27 +00:00
parent d16e6740d5
commit 85eb073748
2 changed files with 7 additions and 7 deletions

View File

@ -2100,27 +2100,27 @@ function get_block_categories( $post ) {
$default_categories = array(
array(
'slug' => 'common',
'title' => __( 'Common Blocks', 'gutenberg' ),
'title' => __( 'Common Blocks' ),
),
array(
'slug' => 'formatting',
'title' => __( 'Formatting', 'gutenberg' ),
'title' => __( 'Formatting' ),
),
array(
'slug' => 'layout',
'title' => __( 'Layout Elements', 'gutenberg' ),
'title' => __( 'Layout Elements' ),
),
array(
'slug' => 'widgets',
'title' => __( 'Widgets', 'gutenberg' ),
'title' => __( 'Widgets' ),
),
array(
'slug' => 'embed',
'title' => __( 'Embeds', 'gutenberg' ),
'title' => __( 'Embeds' ),
),
array(
'slug' => 'reusable',
'title' => __( 'Reusable Blocks', 'gutenberg' ),
'title' => __( 'Reusable Blocks' ),
),
);

View File

@ -13,7 +13,7 @@
*
* @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.