Changes between Initial Version and Version 4 of Ticket #56589
- Timestamp:
- 10/06/2022 06:31:29 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56589
- Property Keywords has-patch needs-testing added; needs-patch removed
-
Property
Milestone
changed from
Future Release
to6.2
-
Property
Summary
changed from
Add missing `__depreacted_function()` calls in deprecated functions
toAdd missing `_deprecated_function()` calls in deprecated functions
-
Ticket #56589 – Description
initial v4 1 There are several older deprecated functions that do not have a `_ _deprecate_function()` call inside them.1 There are several older deprecated functions that do not have a `_deprecate_function()` call inside them. 2 2 3 3 - Admin deprecated: 10 … … 5 5 - Normal deprecated: 1 6 6 7 Without this function, site owners are never informed that a deprecated function is being called on their site, and of the intended replacement if one exists. A `_ _deprecated_function()` call should be added to these for consistency.7 Without this function, site owners are never informed that a deprecated function is being called on their site, and of the intended replacement if one exists. A `_deprecated_function()` call should be added to these for consistency.