Make WordPress Core


Ignore:
Timestamp:
03/03/2008 09:15:34 PM (18 years ago)
Author:
ryan
Message:

Autosave notice styling from mdawaffe. fixes #6054

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r7139 r7145  
    485485
    486486    $data = '';
    487     $message = '<div class="updated"><p>' . sprintf( __('Saved at %s.'), date( __('g:i:s a'), current_time( 'timestamp', true ) ) ) . '</p></div>';
     487    $message = sprintf( __('Draft Saved at %s.'), date( __('g:i:s a'), current_time( 'timestamp', true ) ) );
    488488
    489489    $supplemental = array();
Note: See TracChangeset for help on using the changeset viewer.