Ticket #13525: 13525-handlediv_and_help.diff
File 13525-handlediv_and_help.diff, 1.2 KB (added by , 15 years ago) |
---|
-
wp-admin/css/nav-menu.dev.css
34 34 padding:0 10px; 35 35 } 36 36 37 #menu-settings-column .handlediv {38 background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;39 }40 41 37 #wpbody { 42 38 position: relative; 43 39 } -
wp-admin/includes/nav-menu.php
964 964 $menu_items = wp_get_nav_menu_items( $menu->term_id, array('post_status' => 'any') ); 965 965 $result = '<div id="menu-instructions" class="post-body-plain'; 966 966 $result .= ( ! empty($menu_items) ) ? ' menu-instructions-inactive">' : '">'; 967 $result .= __('Select menu items (pages, categories, links) from the boxes atleft to begin building your custom menu.');967 $result .= __('Select menu items (pages, categories, links) from the boxes on the left to begin building your custom menu.'); 968 968 $result .= '</div>'; 969 969 970 970 if( empty($menu_items) )