From 256de01b59c930677cd5dbd0a018ffee565db326 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Wed, 25 Feb 2026 21:51:47 +0900 Subject: [PATCH] Navigation overlay: update area description --- src/wp-includes/block-template-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index 38366a8bdbc4c..dfda03f3c6bfc 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/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',