diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index 38366a8bdb..dfda03f3c6 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -103,7 +103,7 @@ function get_allowed_block_template_part_areas() { 'area' => WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAY, 'label' => _x( 'Navigation Overlay', 'template part area' ), 'description' => __( - 'The Navigation Overlay template defines a full-screen overlay area that typically contains navigation links and can be toggled on and off.' + 'The Navigation Overlay template defines an overlay area that typically contains navigation links and can be toggled open and closed.' ), 'icon' => 'navigation-overlay', 'area_tag' => 'div', diff --git a/wp-includes/version.php b/wp-includes/version.php index 88e1204669..18510650c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta1-61733'; +$wp_version = '7.0-beta1-61734'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.