Make WordPress Core


Ignore:
Timestamp:
03/13/2013 10:08:16 AM (12 years ago)
Author:
azaozz
Message:

Autosave to the browser's sessionStorage, compare this autosave to the post content on page load and let the user restore it when the data is not the same. First run, see #23220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r23631 r23683  
    302302?></h2>
    303303<?php if ( $notice ) : ?>
    304 <div id="notice" class="error"><p><?php echo $notice ?></p></div>
     304<div id="notice" class="error"><p id="has-newer-autosave"><?php echo $notice ?></p></div>
    305305<?php endif; ?>
    306306<?php if ( $message ) : ?>
Note: See TracChangeset for help on using the changeset viewer.