- Timestamp:
- 09/28/2016 07:53:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r38024 r38672 480 480 do_action( 'restrict_manage_posts', $this->screen->post_type, $which ); 481 481 482 submit_button( __( 'Filter' ), ' button', 'filter_action', false, array( 'id' => 'post-query-submit' ) );482 submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) ); 483 483 } 484 484 … … 1714 1714 ?> 1715 1715 <p class="submit inline-edit-save"> 1716 <button type="button" class="button -secondarycancel alignleft"><?php _e( 'Cancel' ); ?></button>1716 <button type="button" class="button cancel alignleft"><?php _e( 'Cancel' ); ?></button> 1717 1717 <?php if ( ! $bulk ) { 1718 1718 wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); 1719 1719 ?> 1720 <button type="button" class="button -primary save alignright"><?php _e( 'Update' ); ?></button>1720 <button type="button" class="button button-primary save alignright"><?php _e( 'Update' ); ?></button> 1721 1721 <span class="spinner"></span> 1722 1722 <?php } else { 1723 submit_button( __( 'Update' ), ' button-primary alignright', 'bulk_edit', false );1723 submit_button( __( 'Update' ), 'primary alignright', 'bulk_edit', false ); 1724 1724 } ?> 1725 1725 <input type="hidden" name="post_view" value="<?php echo esc_attr( $m ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.