- Timestamp:
- 10/02/2017 09:51:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r41161 r41684 617 617 ?> 618 618 619 < pclass="inline-edit-save submit">619 <div class="inline-edit-save submit"> 620 620 <button type="button" class="cancel button alignleft"><?php _e( 'Cancel' ); ?></button> 621 621 <button type="button" class="save button button-primary alignright"><?php echo $tax->labels->update_item; ?></button> 622 622 <span class="spinner"></span> 623 <span class="error" style="display:none;"></span>624 623 <?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?> 625 624 <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $this->screen->taxonomy ); ?>" /> 626 625 <input type="hidden" name="post_type" value="<?php echo esc_attr( $this->screen->post_type ); ?>" /> 627 626 <br class="clear" /> 628 </p> 627 <div class="notice notice-error notice-alt inline hidden"> 628 <p class="error"></p> 629 </div> 630 </div> 629 631 </td></tr> 630 632 </tbody></table></form>
Note: See TracChangeset
for help on using the changeset viewer.