Changeset 32691 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 06/04/2015 04:37:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r32655 r32691 148 148 </p> 149 149 <?php endif; ?> 150 <p class="description description- thin">150 <p class="description description-wide"> 151 151 <label for="edit-menu-item-title-<?php echo $item_id; ?>"> 152 152 <?php _e( 'Navigation Label' ); ?><br /> … … 154 154 </label> 155 155 </p> 156 <p class=" description description-thin">156 <p class="field-title-attribute description description-wide"> 157 157 <label for="edit-menu-item-attr-title-<?php echo $item_id; ?>"> 158 158 <?php _e( 'Title Attribute' ); ?><br /> … … 463 463 $user = wp_get_current_user(); 464 464 update_user_option($user->ID, 'managenav-menuscolumnshidden', 465 array( 0 => 'link-target', 1 => 'css-classes', 2 => 'xfn', 3 => 'description', ),465 array( 0 => 'link-target', 1 => 'css-classes', 2 => 'xfn', 3 => 'description', 4 => 'title-attribute', ), 466 466 true); 467 467 } … … 1234 1234 '_title' => __('Show advanced menu properties'), 1235 1235 'cb' => '<input type="checkbox" />', 1236 'title-attribute' => __('Title Attribute'), 1236 1237 'link-target' => __('Link Target'), 1237 1238 'css-classes' => __('CSS Classes'),
Note: See TracChangeset
for help on using the changeset viewer.