Changeset 6597 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 01/10/2008 10:42:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r6591 r6597 128 128 <input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php _e( 'New category name' ); ?>" /> 129 129 <?php wp_dropdown_categories( array( 'hide_empty' => 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category') ) ); ?> 130 <a id="category-add-sumbit" class="add:categorychecklist:categorydiv button" href="<?php echo wp_nonce_url( '', 'add-category' ); ?>"><?php _e( 'Add' ); ?></a> 130 <input type="button" id="category-add-sumbit" class="add:categorychecklist:categorydiv button" value="<?php _e( 'Add' ); ?>" /> 131 <?php wp_nonce_field( 'add-category', '_ajax_nonce', false ); ?> 131 132 <span id="category-ajax-response"></span> 132 133 </p> … … 135 136 <ul id="category-tabs"> 136 137 <li class="ui-tabs-selected"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li> 137 <li ><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li>138 <li class="wp-no-js-hidden"><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li> 138 139 </ul> 139 140 … … 144 145 </div> 145 146 146 <div id="categories-pop" class="ui-tabs-panel" >147 <div id="categories-pop" class="ui-tabs-panel" style="display: none;"> 147 148 <ul id="categorychecklist-pop" class="categorychecklist form-no-clear"> 148 149 <?php wp_popular_categories_checklist(); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)