i18n: Remove some translation domains accidentally included in [43762].

See #45110.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43764 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2018-10-19 09:11:12 +00:00
parent 88fbc8f35d
commit e746cb6ec9

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' ),
),
);