Changes between Initial Version and Version 1 of Ticket #49196, comment 13
- Timestamp:
- 01/22/2020 10:18:47 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49196, comment 13
initial v1 1 1 Quick 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? 2 2 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.3 This 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.