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:
Gary Pendergast 2018-10-19 09:12:38 +00:00
parent 2ccaeedbda
commit 93343de1bd
2 changed files with 7 additions and 7 deletions

View File

@ -1951,27 +1951,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

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