Changes between Initial Version and Version 1 of Ticket #41520, comment 7
- Timestamp:
- 08/07/2017 07:02:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41520, comment 7
initial v1 1 1 this might sound stupid, so apologies. But would it be possible to make stub functions than can be included if someone does enable, so that they can find in their dev-server logs the notices before pushing to staging or production? 2 2 3 It's literally cloning the function signatures, but having them raise a deprecated notice (since it's easy to grep or scan logs for that) 3 It's literally cloning the function signatures, but having them raise a deprecated notice (since it's easy to grep or scan logs for that). 4 5 It would be different to existing deprecated message. Just saying the define from the attached patch has stopped loading `functionname`.