Changeset 22396 for trunk/wp-admin/press-this.php
- Timestamp:
- 11/06/2012 01:01:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r22291 r22396 507 507 508 508 <div id="category-all" class="tabs-panel"> 509 <ul id="categorychecklist" class="list:categorycategorychecklist form-no-clear">509 <ul id="categorychecklist" data-wp-lists="list:category" class="categorychecklist form-no-clear"> 510 510 <?php wp_terms_checklist($post_ID, array( 'taxonomy' => 'category', 'popular_cats' => $popular_ids ) ) ?> 511 511 </ul> … … 529 529 </label> 530 530 <?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —' ) ); ?> 531 <input type="button" id="category-add-submit" class="add:categorychecklist:category-addbutton category-add-submit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" />531 <input type="button" id="category-add-submit" data-wp-lists="add:categorychecklist:category-add" class="button category-add-submit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" /> 532 532 <?php wp_nonce_field( 'add-category', '_ajax_nonce-add-category', false ); ?> 533 533 <span id="category-ajax-response"></span>
Note: See TracChangeset
for help on using the changeset viewer.