Changeset 14292 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 04/29/2010 06:11:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r14291 r14292 417 417 ?> 418 418 <div class="customlinkdiv"> 419 <ul id="customlink-tabs" class="customlink-tabs add-menu-item-tabs"> 420 <li <?php echo ( 'create' == $current_tab ? ' class="tabs"' : '' ); ?>><a class="nav-tab-link" href="<?php echo add_query_arg('customlink-tab', 'create', remove_query_arg($removed_args)); ?>#tabs-panel-create-custom"><?php _e('Create New'); ?></a></li> 421 </ul> 422 423 <div class="tabs-panel <?php 424 echo ( 'create' == $current_tab ? 'tabs-panel-active' : 'tabs-panel-inactive' ); 425 ?>" id="tabs-panel-create-custom"> 419 426 420 <input type="hidden" value="custom" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-type]" /> 427 421 <p id="menu-item-url-wrap"> … … 438 432 </label> 439 433 </p> 440 </div><!-- /.tabs-panel -->441 434 442 435 <p class="button-controls">
Note: See TracChangeset
for help on using the changeset viewer.