mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +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(
|
||||
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' ),
|
||||
),
|
||||
);
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user