Make WordPress Core

Ticket #34294: 34294.2.patch

File 34294.2.patch, 544 bytes (added by afercia, 9 years ago)
  • src/wp-includes/js/autosave.js

     
    346346                                };
    347347
    348348                                $notice = $( '#local-storage-notice' );
    349                                 $('.wrap h2').first().after( $notice.addClass( 'notice-warning' ).show() );
     349                                $( '#post' ).before( $notice.addClass( 'notice-warning' ).show() );
    350350
    351351                                $notice.on( 'click.autosave-local', function( event ) {
    352352                                        var $target = $( event.target );