Make WordPress Core

Ticket #24755: 24755.patch

File 24755.patch, 516 bytes (added by azaozz, 12 years ago)
  • wp-includes/js/autosave.js

     
    636636                this.undo_post_data = wp.autosave.getPostData();
    637637
    638638                notice = $('#local-storage-notice');
    639                 $('.wrap h2').after( notice.addClass('updated').show() );
     639                $('.wrap h2').first().after( notice.addClass('updated').show() );
    640640
    641641                notice.on( 'click', function(e) {
    642642                        var target = $( e.target );