Editor: Update WordPress packages to use with WordPress 5.8

In the response to the discussion during the Dev Chat, I'm doing a first pass to keep WordPress packages up to date in the WordPress 5.8 release cycle.

See https://github.com/WordPress/wordpress-develop/pull/1176 for more details.

Props youknowriad, aristath, andraganescu.
See #52991.


Built from https://develop.svn.wordpress.org/trunk@50761


git-svn-id: http://core.svn.wordpress.org/trunk@50370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo
2021-04-15 15:19:43 +00:00
parent 660443bbc7
commit ad48a15387
180 changed files with 27367 additions and 22678 deletions

View File

@@ -259,27 +259,27 @@ function create_initial_post_types() {
'wp_block',
array(
'labels' => array(
'name' => _x( 'Reusable Blocks', 'post type general name' ),
'singular_name' => _x( 'Reusable Block', 'post type singular name' ),
'menu_name' => _x( 'Reusable Blocks', 'admin menu' ),
'name_admin_bar' => _x( 'Reusable Block', 'add new on admin bar' ),
'add_new' => _x( 'Add New', 'Reusable Block' ),
'add_new_item' => __( 'Add New Reusable Block' ),
'new_item' => __( 'New Reusable Block' ),
'edit_item' => __( 'Edit Reusable Block' ),
'view_item' => __( 'View Reusable Block' ),
'all_items' => __( 'All Reusable Blocks' ),
'search_items' => __( 'Search Reusable Blocks' ),
'name' => _x( 'Reusable blocks', 'post type general name' ),
'singular_name' => _x( 'Reusable block', 'post type singular name' ),
'menu_name' => _x( 'Reusable blocks', 'admin menu' ),
'name_admin_bar' => _x( 'Reusable block', 'add new on admin bar' ),
'add_new' => _x( 'Add New', 'Reusable block' ),
'add_new_item' => __( 'Add new Reusable block' ),
'new_item' => __( 'New Reusable block' ),
'edit_item' => __( 'Edit Reusable block' ),
'view_item' => __( 'View Reusable block' ),
'all_items' => __( 'All Reusable blocks' ),
'search_items' => __( 'Search Reusable blocks' ),
'not_found' => __( 'No reusable blocks found.' ),
'not_found_in_trash' => __( 'No reusable blocks found in Trash.' ),
'filter_items_list' => __( 'Filter reusable blocks list' ),
'items_list_navigation' => __( 'Reusable Blocks list navigation' ),
'items_list' => __( 'Reusable Blocks list' ),
'item_published' => __( 'Reusable Block published.' ),
'item_published_privately' => __( 'Reusable Block published privately.' ),
'item_reverted_to_draft' => __( 'Reusable Block reverted to draft.' ),
'item_scheduled' => __( 'Reusable Block scheduled.' ),
'item_updated' => __( 'Reusable Block updated.' ),
'items_list_navigation' => __( 'Reusable blocks list navigation' ),
'items_list' => __( 'Reusable blocks list' ),
'item_published' => __( 'Reusable block published.' ),
'item_published_privately' => __( 'Reusable block published privately.' ),
'item_reverted_to_draft' => __( 'Reusable block reverted to draft.' ),
'item_scheduled' => __( 'Reusable block scheduled.' ),
'item_updated' => __( 'Reusable block updated.' ),
),
'public' => false,
'_builtin' => true, /* internal use only. don't use this when registering your own post type. */