Skip to content

Commit 0cd8a80

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. git-svn-id: https://develop.svn.wordpress.org/trunk@61734 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4ac482f commit 0cd8a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/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',

0 commit comments

Comments
 (0)