Changes between Initial Version and Version 1 of Ticket #43895, comment 32
- Timestamp:
- 05/24/2019 03:55:40 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43895, comment 32
initial v1 8 8 Don't see a problem with renaming them. Yes, the old classes can be added to deprecated.php 9 9 10 > -There will most likely need to be `function_exists()` checks for any function reorganized when called. If the function does not exist, `include_once` should load `privacy.php`.10 > There will most likely need to be `function_exists()` checks for any function reorganized when called. If the function does not exist, `include_once` should load `privacy.php`. 11 11 12 12 Not seeing any functions that are not loaded. Can re-check the loading order just in case. 13 13 14 > -Some code needs to be added to guarantee that the old privacy tool locations (`tools.php?page=export_personal_data` and `tools.php?page=remove_personal_data`) are redirected to the new locations.14 > Some code needs to be added to guarantee that the old privacy tool locations (`tools.php?page=export_personal_data` and `tools.php?page=remove_personal_data`) are redirected to the new locations. 15 15 16 16 Right, will need to add that, same as for the privacy-policy-guide.php.