Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49196, comment 13


Ignore:
Timestamp:
01/22/2020 10:18:47 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49196, comment 13

    initial v1  
    11Quick look at 49196-block-folders_updated.diff: (Mass) renaming/moving of existing PHP files seems very risky. Is there a chance that a plugin may be doing something like `require_once( ABSPATH . WPINC . '/blocks/latest-posts.php' );` and moving that file would "bring the site down" with a PHP fatal error? Is it possible to avoid the moving and renaming?
    22
    3 This concerns mostly the "build tools" as far as I understand. Don't think it is a good idea to change existing files to accommodate changes to how the building is done. Rather the build process should be accommodating the existing files.
     3This concerns mostly the "build tools" as far as I understand. Don't think it is a good idea to change existing files (in production) to accommodate changes to how the building is done. Rather the build process should be accommodating the existing files.