[wp-trac] [WordPress Trac] #56589: Add missing `__depreacted_function()` calls in deprecated functions

WordPress Trac noreply at wordpress.org
Fri Sep 16 14:47:15 UTC 2022


#56589: Add missing `__depreacted_function()` calls in deprecated functions
--------------------------+----------------------------------------
 Reporter:  desrosj       |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Future Release
Component:  General       |    Version:
 Severity:  normal        |   Keywords:  good-first-bug needs-patch
  Focuses:                |
--------------------------+----------------------------------------
 There are several older deprecated functions that do not have a
 `__deprecate_function()` call inside them.

 - Admin deprecated: 10
 - Admin MS deprecated: 1
 - Normal deprecated: 1

 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.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56589>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list