[wp-trac] Re: [WordPress Trac] #4361: Notify user of theme using
deprecated code
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 21 03:39:14 GMT 2007
#4361: Notify user of theme using deprecated code
-------------------------------------+--------------------------------------
Reporter: Otto42 | Owner: westi
Type: enhancement | Status: assigned
Priority: low | Milestone: 2.4
Component: Template | Version:
Severity: minor | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Changes (by darkdragon):
* keywords: => has-patch needs-testing
Comment:
Okay, went through all of the wp-includes and found all of the known
deprecated functions and marked them using the API.
The function has two hooks that can be used by a plugin to get more
information and print more information.
My thoughts were to display how many deprecated elements were used by
themes/plugins on the theme by default or display in the admin to inform
the user of their theme status.
However, this single function allows for a plugin to do the above. The
tracking can take place in the action hook and the filter will overwrite
the trigger_error so that the notice won't be printed.
--
Ticket URL: <http://trac.wordpress.org/ticket/4361#comment:20>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list