[wp-trac] [WordPress Trac] #41094: Deprecated version not specfied for debug_fopen() et al.
WordPress Trac
noreply at wordpress.org
Sun Jun 18 22:14:21 UTC 2017
#41094: Deprecated version not specfied for debug_fopen() et al.
--------------------------+-----------------------------
Reporter: jdgrimes | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.4
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The `debug_fopen()`, `debug_write()` and `debug_fclose()` functions were
deprecated in 3.4.0 ([19935]). However, the calls to
`_deprecated_function()` do not include the version number, instead
listing the replacement function, `error_log()` as the second parameter.
The second parameter is supposed to be the version number, the replacement
function should be the third parameter.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41094>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list