diff --git a/wp-includes/js/autosave.js b/wp-includes/js/autosave.js index c4157d552e..c74f8404a1 100644 --- a/wp-includes/js/autosave.js +++ b/wp-includes/js/autosave.js @@ -636,7 +636,7 @@ wp.autosave.local = { this.undo_post_data = wp.autosave.getPostData(); notice = $('#local-storage-notice'); - $('.wrap h2').after( notice.addClass('updated').show() ); + $('.wrap h2').first().after( notice.addClass('updated').show() ); notice.on( 'click', function(e) { var target = $( e.target );