Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #49288, comment 57


Ignore:
Timestamp:
07/25/2020 07:50:06 PM (4 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49288, comment 57

    v1 v2  
    44This is incorrect. The `#post-body` ID is used in core as a container for the writing area, and is reused by many plugins for the same purpose. A quick search shows that about 7,700 plugins reuse it: https://wpdirectory.net/search/01EE3JR3KJVSZFNR4R2MH6S8S0.
    55
    6 In that terms the code committed here introduces a serious regression.
     6In that terms the code committed here introduces a serious back-compat problem.
    77
    88Looking a bit deeper, why were some of the (older) default styles removed? They seem unrelated to this ticket: https://core.trac.wordpress.org/changeset/48340/trunk/src/wp-admin/css/common.css. Looks like there are 32,700 plugins that may be reusing some of these: https://wpdirectory.net/search/01EE3GHZPD2KPSS1J24KGXE4CB. Was this unrelated change even tested in any way?