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/edit-form-advanced.php

    r47372 r47410  
    495495?>
    496496
    497 <div class="poststuff">
     497<div id="poststuff">
    498498<div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
    499499<div id="post-body-content">
     
    672672?>
    673673</div>
    674 <div class="postbox-container-2 postbox-container">
     674<div id="postbox-container-2" class="postbox-container">
    675675<?php
    676676
Note: See TracChangeset for help on using the changeset viewer.