Make WordPress Core

Changeset 24221


Ignore:
Timestamp:
05/09/2013 06:23:05 PM (13 years ago)
Author:
azaozz
Message:

Local autosaves: show the notice above the post formats UI, see #23220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/autosave.js

    r24209 r24221  
    637637
    638638        notice = $('#local-storage-notice');
    639         $('form#post').before( notice.addClass('updated').show() );
     639        $('.wrap h2').after( notice.addClass('updated').show() );
    640640
    641641        notice.on( 'click', function(e) {
Note: See TracChangeset for help on using the changeset viewer.