mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 16:51:32 +01:00
Styling for menu locations howto text. see #13378.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e4337f65a
commit
9e27536540
@ -407,7 +407,7 @@ function wp_nav_menu_locations_meta_box() {
|
||||
$menu_locations = get_nav_menu_locations();
|
||||
$num_locations = count( array_keys($locations) );
|
||||
|
||||
echo '<p>' . sprintf( _n('Your theme supports %s menu. Select where you would like it to appear.', 'Your theme supports %s menus. Select where you would like them to appear.', $num_locations), number_format_i18n($num_locations) ) . '</p>';
|
||||
echo '<p class="howto">' . sprintf( _n('Your theme supports %s menu. Select where you would like it to appear.', 'Your theme supports %s menus. Select where you would like them to appear.', $num_locations), number_format_i18n($num_locations) ) . '</p>';
|
||||
|
||||
foreach ( $locations as $location => $description ) {
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user