wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    59 								)
    59 								)
    60 							);
    60 							);
    61 							?>
    61 							?>
    62 						</p>
    62 						</p>
    63 					<# } else { #>
    63 					<# } else { #>
    64 						<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>
    64 						<p><?php echo _x( 'Here&#8217;s where this menu appears. If you would like to change that, pick another location.', 'menu locations' ); ?></p>
    65 					<# } #>
    65 					<# } #>
    66 				</li>
    66 				</li>
    67 
    67 
    68 				<?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>
    68 				<?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>
    69 					<# elementId = _.uniqueId( 'customize-nav-menu-control-location-' ); #>
    69 					<# elementId = _.uniqueId( 'customize-nav-menu-control-location-' ); #>