- Timestamp:
- 03/29/2022 07:06:54 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r53011 r53023 2008 2008 2009 2009 <div class="submit inline-edit-save"> 2010 <button type="button" class="button cancel alignleft"><?php _e( 'Cancel' ); ?></button>2011 2012 2010 <?php if ( ! $bulk ) : ?> 2013 2011 <?php wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); ?> 2014 <button type="button" class="button button-primary save alignright"><?php _e( 'Update' ); ?></button> 2012 <button type="button" class="button button-primary save"><?php _e( 'Update' ); ?></button> 2013 <?php else : ?> 2014 <?php submit_button( __( 'Update' ), 'primary', 'bulk_edit', false ); ?> 2015 <?php endif; ?> 2016 2017 <button type="button" class="button cancel"><?php _e( 'Cancel' ); ?></button> 2018 2019 <?php if ( ! $bulk ) : ?> 2015 2020 <span class="spinner"></span> 2016 <?php else : ?>2017 <?php submit_button( __( 'Update' ), 'primary alignright', 'bulk_edit', false ); ?>2018 2021 <?php endif; ?> 2019 2022 … … 2023 2026 <input type="hidden" name="post_author" value="<?php echo esc_attr( $post->post_author ); ?>" /> 2024 2027 <?php endif; ?> 2025 <br class="clear" />2026 2028 2027 2029 <div class="notice notice-error notice-alt inline hidden">
Note: See TracChangeset
for help on using the changeset viewer.