--- a/wp/wp-includes/customize/class-wp-customize-nav-menu-control.php Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-control.php Fri Sep 05 18:40:08 2025 +0200
@@ -57,7 +57,12 @@
<span class="reorder-done"><?php _e( 'Done' ); ?></span>
</button>
</div>
- <p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
+ <p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}">
+ <?php
+ /* translators: Hidden accessibility text. */
+ _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' );
+ ?>
+ </p>
<?php
}