We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd140cf commit 256de01Copy full SHA for 256de01
1 file changed
src/wp-includes/block-template-utils.php
@@ -103,7 +103,7 @@ function get_allowed_block_template_part_areas() {
103
'area' => WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAY,
104
'label' => _x( 'Navigation Overlay', 'template part area' ),
105
'description' => __(
106
- '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.'
107
),
108
'icon' => 'navigation-overlay',
109
'area_tag' => 'div',
0 commit comments