Changeset 18771 for trunk/wp-admin/includes/class-wp-terms-list-table.php
- Timestamp:
- 09/24/2011 08:26:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-terms-list-table.php
r18247 r18771 324 324 */ 325 325 function inline_edit() { 326 global $ tax;326 global $post_type, $tax; 327 327 328 328 if ( ! current_user_can( $tax->cap->edit_terms ) ) … … 370 370 <?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?> 371 371 <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $tax->name ); ?>" /> 372 <input type="hidden" name="post_type" value="<?php echo esc_attr( $post_type ); ?>" /> 372 373 <br class="clear" /> 373 374 </p>
Note: See TracChangeset
for help on using the changeset viewer.