Make WordPress Core


Ignore:
Timestamp:
03/03/2020 12:35:41 AM (5 years ago)
Author:
johnbillion
Message:

Editor: Revert a fix for incorrect usage of ID attributes on custom fields.

This reverts [47222] due to compatibility issues with plugins which are using the #poststuff selector.

See #46964

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r47398 r47410  
    22762276    <?php foreach ( $locations as $location ) : ?>
    22772277        <form class="metabox-location-<?php echo esc_attr( $location ); ?>" onsubmit="return false;">
    2278             <div class="poststuff" class="sidebar-open">
    2279                 <div class="postbox-container-2 postbox-container">
     2278            <div id="poststuff" class="sidebar-open">
     2279                <div id="postbox-container-2" class="postbox-container">
    22802280                    <?php
    22812281                    do_meta_boxes(
Note: See TracChangeset for help on using the changeset viewer.