Consistent font size for menu instructions.
git-svn-id: https://develop.svn.wordpress.org/trunk@15067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
61d65eab3c
commit
b5f97b05ee
@ -1001,7 +1001,7 @@ function wp_get_nav_menu_to_edit( $menu_id = 0 ) {
|
|||||||
$menu_items = wp_get_nav_menu_items( $menu->term_id, array('post_status' => 'any') );
|
$menu_items = wp_get_nav_menu_items( $menu->term_id, array('post_status' => 'any') );
|
||||||
$result = '<div id="menu-instructions" class="post-body-plain';
|
$result = '<div id="menu-instructions" class="post-body-plain';
|
||||||
$result .= ( ! empty($menu_items) ) ? ' menu-instructions-inactive">' : '">';
|
$result .= ( ! empty($menu_items) ) ? ' menu-instructions-inactive">' : '">';
|
||||||
$result .= __('Select menu items (pages, categories, links) from the boxes at left to begin building your custom menu.');
|
$result .= '<p>' . __('Select menu items (pages, categories, links) from the boxes at left to begin building your custom menu.') . '</p>';
|
||||||
$result .= '</div>';
|
$result .= '</div>';
|
||||||
|
|
||||||
if( empty($menu_items) )
|
if( empty($menu_items) )
|
||||||
|
Loading…
Reference in New Issue
Block a user