Make WordPress Core

Ticket #46964: 46964.5.diff

File 46964.5.diff, 1.2 KB (added by sabernhardt, 4 years ago)

removing id attributes from the_block_editor_meta_boxes

  • src/wp-admin/css/edit.css

     
    634634
    635635#poststuff h3.hndle, /* Back-compat for pre-4.4 */
    636636#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
    637 #poststuff h2 {
     637#poststuff h2,
     638.poststuff h2 {
    638639        font-size: 14px;
    639640        padding: 8px 12px;
    640641        margin: 0;
     
    649650        border-bottom: 1px solid #f0f0f1;
    650651}
    651652
    652 #poststuff .inside {
     653#poststuff .inside,
     654.poststuff .inside {
    653655        margin: 6px 0 0 0;
    654656}
    655657
  • src/wp-admin/includes/post.php

     
    22782278        </form>
    22792279        <?php foreach ( $locations as $location ) : ?>
    22802280                <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">
    22832283                                        <?php
    22842284                                        do_meta_boxes(
    22852285                                                $current_screen,