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-comment.php

    r47252 r47410  
    1717<h1><?php _e( 'Edit Comment' ); ?></h1>
    1818
    19 <div class="poststuff">
     19<div id="poststuff">
    2020<input type="hidden" name="action" value="editedcomment" />
    2121<input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" />
     
    215215</div>
    216216
    217 <div class="postbox-container-2 postbox-container">
     217<div id="postbox-container-2" class="postbox-container">
    218218<?php
    219219/** This action is documented in wp-admin/includes/meta-boxes.php */
Note: See TracChangeset for help on using the changeset viewer.