Changes between Version 3 and Version 4 of Ticket #51340, comment 12
- Timestamp:
- 03/27/2023 11:20:53 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51340, comment 12
v3 v4 7 7 That way: 8 8 - If a server admin wants to disable these functions because of their preferred configuration, Core won't output any errors. 9 - It removes the need to add a filter or constant for each site on the server (may need a `php.ini` for each WordPress site on the server if `chmod()`/`chown()` are desired elsewhere for some reason. 9 - It removes the need to add a filter or constant for each site on the server. 10 - May need a `php.ini` for each WordPress site on the server if `chmod()`/`chown()` are desired elsewhere for some reason. 10 11 - It means Core doesn't have to maintain a constant/filter for this purpose. 11 12