Ticket #35047: 35047.diff
File 35047.diff, 712 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/js/common.js
397 397 * The `.below-h2` class is here just for backwards compatibility with plugins 398 398 * that are (incorrectly) using it. Do not use. Use `.inline` instead. See #34570. 399 399 */ 400 $( 'div.updated, div.error, div.notice' ).not( '.inline, .below-h2' ).insertAfter( $( '.wrap' ). children( ':header').first() );400 $( 'div.updated, div.error, div.notice' ).not( '.inline, .below-h2' ).insertAfter( $( '.wrap' ).find( ':header').first() ); 401 401 402 402 // Make notices dismissible 403 403 function makeNoticesDismissible() {