From b5f97b05ee6419f54c1f84b468e03fffd4fdd187 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 29 May 2010 21:58:14 +0000 Subject: [PATCH] Consistent font size for menu instructions. git-svn-id: https://develop.svn.wordpress.org/trunk@15067 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/nav-menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index bd3fd20b89..64ee8e2dfa 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -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') ); $result = '
' : '">'; - $result .= __('Select menu items (pages, categories, links) from the boxes at left to begin building your custom menu.'); + $result .= '

' . __('Select menu items (pages, categories, links) from the boxes at left to begin building your custom menu.') . '

'; $result .= '
'; if( empty($menu_items) )