- Timestamp:
- 02/04/2015 03:45:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r31308 r31331 1329 1329 ?> 1330 1330 <p class="submit inline-edit-save"> 1331 <a accesskey="c"href="#inline-edit" class="button-secondary cancel alignleft"><?php _e( 'Cancel' ); ?></a>1331 <a href="#inline-edit" class="button-secondary cancel alignleft"><?php _e( 'Cancel' ); ?></a> 1332 1332 <?php if ( ! $bulk ) { 1333 1333 wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); 1334 1334 ?> 1335 <a accesskey="s"href="#inline-edit" class="button-primary save alignright"><?php _e( 'Update' ); ?></a>1335 <a href="#inline-edit" class="button-primary save alignright"><?php _e( 'Update' ); ?></a> 1336 1336 <span class="spinner"></span> 1337 1337 <?php } else { 1338 submit_button( __( 'Update' ), 'button-primary alignright', 'bulk_edit', false , array( 'accesskey' => 's' ));1338 submit_button( __( 'Update' ), 'button-primary alignright', 'bulk_edit', false ); 1339 1339 } ?> 1340 1340 <input type="hidden" name="post_view" value="<?php echo esc_attr( $m ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.