wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php	Wed Sep 21 18:19:35 2022 +0200
@@ -46,21 +46,19 @@
 					<# if ( data.isCreating ) { #>
 						<p>
 							<?php echo _x( 'Where do you want this menu to appear?', 'menu locations' ); ?>
-							<em class="new-menu-locations-widget-note">
-								<?php
-								printf(
-									/* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */
-									_x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
-									__( 'https://wordpress.org/support/article/wordpress-widgets/' ),
-									' class="external-link" target="_blank"',
-									sprintf(
-										'<span class="screen-reader-text"> %s</span>',
-										/* translators: Accessibility text. */
-										__( '(opens in a new tab)' )
-									)
-								);
-								?>
-							</em>
+							<?php
+							printf(
+								/* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */
+								_x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
+								__( 'https://wordpress.org/support/article/wordpress-widgets/' ),
+								' class="external-link" target="_blank"',
+								sprintf(
+									'<span class="screen-reader-text"> %s</span>',
+									/* translators: Accessibility text. */
+									__( '(opens in a new tab)' )
+								)
+							);
+							?>
 						</p>
 					<# } else { #>
 						<p><?php echo _x( 'Here&#8217;s where this menu appears. If you&#8217;d like to change that, pick another location.', 'menu locations' ); ?></p>