Changeset 19028 for trunk/wp-admin/includes/class-wp-posts-list-table.php
- Timestamp:
- 10/20/2011 03:04:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r19011 r19028 1031 1031 ?> 1032 1032 <p class="submit inline-edit-save"> 1033 <a accesskey="c" href="#inline-edit" title="<?php _e( 'Cancel' ); ?>" class="button-secondary cancel alignleft"><?php _e( 'Cancel' ); ?></a>1033 <a accesskey="c" href="#inline-edit" title="<?php esc_attr_e( 'Cancel' ); ?>" class="button-secondary cancel alignleft"><?php _e( 'Cancel' ); ?></a> 1034 1034 <?php if ( ! $bulk ) { 1035 1035 wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); 1036 1036 $update_text = __( 'Update' ); 1037 1037 ?> 1038 <a accesskey="s" href="#inline-edit" title="<?php _e( 'Update' ); ?>" class="button-primary save alignright"><?php echo esc_attr( $update_text ); ?></a>1038 <a accesskey="s" href="#inline-edit" title="<?php esc_attr_e( 'Update' ); ?>" class="button-primary save alignright"><?php echo esc_attr( $update_text ); ?></a> 1039 1039 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" /> 1040 1040 <?php } else {
Note: See TracChangeset
for help on using the changeset viewer.