wp/wp-includes/customize/class-wp-widget-area-customize-control.php
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
--- a/wp/wp-includes/customize/class-wp-widget-area-customize-control.php	Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/customize/class-wp-widget-area-customize-control.php	Fri Sep 05 18:40:08 2025 +0200
@@ -60,7 +60,12 @@
 			<span class="reorder"><?php _e( 'Reorder' ); ?></span>
 			<span class="reorder-done"><?php _e( 'Done' ); ?></span>
 		</button>
-		<p class="screen-reader-text" id="<?php echo esc_attr( $id ); ?>"><?php _e( 'When in reorder mode, additional controls to reorder widgets will be available in the widgets list above.' ); ?></p>
+		<p class="screen-reader-text" id="<?php echo esc_attr( $id ); ?>">
+			<?php
+			/* translators: Hidden accessibility text. */
+			_e( 'When in reorder mode, additional controls to reorder widgets will be available in the widgets list above.' );
+			?>
+		</p>
 		<?php
 	}
 }