Make WordPress Core


Ignore:
Timestamp:
02/25/2026 03:26:57 PM (4 weeks ago)
Author:
wildworks
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template-utils.php

    r61623 r61734  
    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',
Note: See TracChangeset for help on using the changeset viewer.