Local autosaves: show the notice above the post formats UI, see #23220
git-svn-id: https://develop.svn.wordpress.org/trunk@24221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
510e59c8fb
commit
8acec51116
@ -636,7 +636,7 @@ wp.autosave.local = {
|
||||
this.undo_post_data = wp.autosave.getPostData();
|
||||
|
||||
notice = $('#local-storage-notice');
|
||||
$('form#post').before( notice.addClass('updated').show() );
|
||||
$('.wrap h2').after( notice.addClass('updated').show() );
|
||||
|
||||
notice.on( 'click', function(e) {
|
||||
var target = $( e.target );
|
||||
|
Loading…
Reference in New Issue
Block a user