Changeset 13340
- Timestamp:
- 02/23/2010 08:38:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-navigation.php
r13331 r13340 1 1 <?php 2 2 /** 3 * WordPress Administration Custom Navigation3 * WordPress Administration for Navigation Menus 4 4 * Interface functions 5 5 * … … 47 47 48 48 <div class="wrap"> 49 <div id="no-js"><h3><?php _e('You do not have JavaScript enabled in your browser. Please enable it to access the Custom Menufunctionality.'); ?></h3></div>49 <div id="no-js"><h3><?php _e('You do not have JavaScript enabled in your browser. Please enable it to access the Menus functionality.'); ?></h3></div> 50 50 51 51 <?php … … 82 82 // @todo validate set_wp_menu 83 83 update_option( 'wp_custom_nav_menu', $_POST['enable_wp_menu'] ); 84 $messagesdiv = '<div id="message" class="updated fade below-h2"><p>' . __(' CustomMenu has been updated!') . '</p></div>';84 $messagesdiv = '<div id="message" class="updated fade below-h2"><p>' . __('Menu has been updated!') . '</p></div>'; 85 85 } 86 86 … … 179 179 // DISPLAY Custom Navigation 180 180 ?> 181 <?php screen_icon(); ?> 182 <h2 class="maintitle"><?php esc_html_e('Menus') ?></h2> 181 183 <div id="pages-left"> 182 184 <div class="inside"> 183 <h2 class="maintitle"><?php esc_html_e('Custom Navigation') ?></h2>184 185 <?php 185 186 … … 189 190 190 191 if ( $checked != 'true' ) 191 echo '<div id="message-enabled" class="error fade below-h2"><p><strong>' . __(' The Custom Menuhas not been Enabled yet. Please enable it in order to use it -------->') . '</strong></p></div>';192 echo '<div id="message-enabled" class="error fade below-h2"><p><strong>' . __('Menu editing has not been Enabled yet. Please enable it in order to use it -------->') . '</strong></p></div>'; 192 193 193 194 ?> … … 234 235 235 236 <div id="menu-right"> 236 237 <h2 class="heading"><?php esc_html_e('Options'); ?></h2>238 239 237 <div class="widgets-holder-wrap"> 240 238 <div class="sidebar-name"> 241 239 <div class="sidebar-name-arrow"></div> 242 <h3><?php esc_html_e('Setup Custom Menu'); ?></h3>240 <h3><?php esc_html_e('Setup Menus'); ?></h3> 243 241 </div> 244 242 <div class="widget-holder">
Note: See TracChangeset
for help on using the changeset viewer.