diff --git a/wp-includes/post.php b/wp-includes/post.php index 3a89ed51fc..73add034c0 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -289,6 +289,7 @@ function create_initial_post_types() { 'new_item' => __( 'New Reusable block' ), 'edit_item' => __( 'Edit Reusable block' ), 'view_item' => __( 'View Reusable block' ), + 'view_items' => __( 'View Reusable blocks' ), 'all_items' => __( 'All Reusable blocks' ), 'search_items' => __( 'Search Reusable blocks' ), 'not_found' => __( 'No reusable blocks found.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 1993cd9570..bffa285efa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55706'; +$wp_version = '6.3-alpha-55709'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.