[wp-trac] [WordPress Trac] #37253: Add several missing "_deprecated_function()" calls
WordPress Trac
noreply at wordpress.org
Sat Jul 2 07:21:55 UTC 2016
#37253: Add several missing "_deprecated_function()" calls
--------------------------+-----------------------------
Reporter: ramiy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
I found 13 deprecated functions that don't use `_deprecated_function()`.
We have to use the deprecated functions call to trigger an error when
`WP_DEBUG` is `true`. It helps developers to catch and fix their code.
See the attached patch.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37253>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list