Make WordPress Core

Changeset 10138


Ignore:
Timestamp:
12/09/2008 09:14:31 AM (16 years ago)
Author:
markjaquith
Message:

Fix typo in last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r10137 r10138  
    11841184        <a accesskey="c" href="#inline-edit" title="<?php _e('Cancel'); ?>" class="button-secondary cancel alignleft"><?php _e('Cancel'); ?></a>
    11851185        <?php if ( ! $bulk ) {
    1186             wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); ?>
     1186            wp_nonce_field( 'inlineeditnonce', '_inline_edit', false );
    11871187            $update_text = ( $is_page ) ? __( 'Update Page' ) : __( 'Update Post' );
     1188            ?>
    11881189            <a accesskey="s" href="#inline-edit" title="<?php _e('Update'); ?>" class="button-primary save alignright"><?php echo attribute_escape( $update_text ); ?></a>
    11891190            <img class="waiting" style="display:none;" src="images/loading.gif" alt="" />
Note: See TracChangeset for help on using the changeset viewer.