Ticket #46964: 46964.5.diff
File 46964.5.diff, 1.2 KB (added by , 4 years ago) |
---|
-
src/wp-admin/css/edit.css
634 634 635 635 #poststuff h3.hndle, /* Back-compat for pre-4.4 */ 636 636 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ 637 #poststuff h2 { 637 #poststuff h2, 638 .poststuff h2 { 638 639 font-size: 14px; 639 640 padding: 8px 12px; 640 641 margin: 0; … … 649 650 border-bottom: 1px solid #f0f0f1; 650 651 } 651 652 652 #poststuff .inside { 653 #poststuff .inside, 654 .poststuff .inside { 653 655 margin: 6px 0 0 0; 654 656 } 655 657 -
src/wp-admin/includes/post.php
2278 2278 </form> 2279 2279 <?php foreach ( $locations as $location ) : ?> 2280 2280 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" onsubmit="return false;"> 2281 <div id="poststuff" class="sidebar-open">2282 <div id="postbox-container-2"class="postbox-container">2281 <div class="poststuff sidebar-open"> 2282 <div class="postbox-container"> 2283 2283 <?php 2284 2284 do_meta_boxes( 2285 2285 $current_screen,