[wp-trac] [WordPress Trac] #11388: Deprecated functions: Formally deprecate and/or move to deprecated.php
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 7 07:29:32 UTC 2010
#11388: Deprecated functions: Formally deprecate and/or move to deprecated.php
-------------------------+--------------------------------------------------
Reporter: nacin | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: 3.0
Component: Inline Docs | Version: 2.9
Severity: normal | Keywords: has-patch
-------------------------+--------------------------------------------------
Changes (by sirzooro):
* cc: sirzooro (added)
Comment:
Related: #11798
I would not move deprecated functions from `wp-
admin/includes/template.php` to `wp-includes/deprecated.php` - instead I
would like to move them to new file `wp-admin/includes/deprecated.php`,
which will be included `from wp-admin/includes/admin.php`. These functions
are for admin section only, so do not move them to common part.
There is one more function to deprecate: `login_pass_ok()` in
`xmlrpc.php`. Unfortunately it is a method of wp_xmlrpc_server class, so
we cannot move it to deprecated.php. Please mark it with
`_deprecated_function()` call only.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11388#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list