Changeset 15365
- Timestamp:
- 07/06/2010 04:43:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r15072 r15365 523 523 <?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> 524 524 <input type="button" id="category-add-submit" class="add:categorychecklist:category-add button category-add-sumbit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" tabindex="3" /> 525 <?php wp_nonce_field( 'add-category', '_ajax_nonce ', false ); ?>525 <?php wp_nonce_field( 'add-category', '_ajax_nonce-add-category', false ); ?> 526 526 <span id="category-ajax-response"></span> 527 527 </p>
Note: See TracChangeset
for help on using the changeset viewer.