Changeset 35516
- Timestamp:
- 11/04/2015 09:26:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/common.js
r35318 r35516 394 394 } 395 395 396 $( 'div.updated, div.error, div.notice' ).not( '.inline' ).insertAfter( $( '.wrap' ).children( ':header' ).first() ); 396 /* 397 * The `.below-h2` class is here just for backwards compatibility with plugins 398 * that are (incorrectly) using it. Do not use. Use `.inline` instead. See #34570. 399 */ 400 $( 'div.updated, div.error, div.notice' ).not( '.inline, .below-h2' ).insertAfter( $( '.wrap' ).children( ':header' ).first() ); 397 401 398 402 // Make notices dismissible
Note: See TracChangeset
for help on using the changeset viewer.