Changeset 42182 for branches/4.9/src/wp-admin/about.php
- Timestamp:
- 11/14/2017 11:03:43 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/about.php
r42174 r42182 254 254 $sections.each( function( i, section ) { 255 255 var $section = $( section ); 256 // Set width on header to prevent column jump257 var $header = $section.find('.section-header');258 $header.css( {259 width: $header.innerWidth() + 'px'260 } );261 262 256 // If the title is long, switch the layout 263 257 var $title = $section.find( 'h2' );
Note: See TracChangeset
for help on using the changeset viewer.