Changeset 10138
- Timestamp:
- 12/09/2008 09:14:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10137 r10138 1184 1184 <a accesskey="c" href="#inline-edit" title="<?php _e('Cancel'); ?>" class="button-secondary cancel alignleft"><?php _e('Cancel'); ?></a> 1185 1185 <?php if ( ! $bulk ) { 1186 wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); ?>1186 wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); 1187 1187 $update_text = ( $is_page ) ? __( 'Update Page' ) : __( 'Update Post' ); 1188 ?> 1188 1189 <a accesskey="s" href="#inline-edit" title="<?php _e('Update'); ?>" class="button-primary save alignright"><?php echo attribute_escape( $update_text ); ?></a> 1189 1190 <img class="waiting" style="display:none;" src="images/loading.gif" alt="" />
Note: See TracChangeset
for help on using the changeset viewer.