From 58e02a15306906cda0e8f10cf7b00055e0e12b23 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sat, 25 May 2013 16:52:26 +0000 Subject: [PATCH] Remove unnecessary parenthetical that should have been "e.g." instead of "i.e." anyway. see #23119 git-svn-id: http://core.svn.wordpress.org/trunk@24356 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a0aa77a1a1..f864f607ca 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -1128,7 +1128,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 .= '

' . __( 'Add menu items (i.e. pages, links, categories) from the column on the left.' ) . '

'; + $result .= '

' . __( 'Add menu items from the column on the left.' ) . '

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