Skip to content

Commit 05de002

Browse files
committed
Editor: Update Navigation Overlay template part description.
Refines the Navigation Overlay template description to remove the "full-screen" assumption and clarify that the overlay can be toggled open and closed. Follow-up to [61609]. Props get_dave, scruffian, wildworks. See #64589. Built from https://develop.svn.wordpress.org/trunk@61734 git-svn-id: http://core.svn.wordpress.org/trunk@61041 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 6d49e9c commit 05de002

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wp-includes/block-template-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function get_allowed_block_template_part_areas() {
103103
'area' => WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAY,
104104
'label' => _x( 'Navigation Overlay', 'template part area' ),
105105
'description' => __(
106-
'The Navigation Overlay template defines a full-screen overlay area that typically contains navigation links and can be toggled on and off.'
106+
'The Navigation Overlay template defines an overlay area that typically contains navigation links and can be toggled open and closed.'
107107
),
108108
'icon' => 'navigation-overlay',
109109
'area_tag' => 'div',

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-beta1-61733';
19+
$wp_version = '7.0-beta1-61734';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)