[wp-trac] [WordPress Trac] #28806: More complete and consistent @deprecated inline docs/tags
WordPress Trac
noreply at wordpress.org
Thu Jul 10 13:50:00 UTC 2014
#28806: More complete and consistent @deprecated inline docs/tags
-------------------------+------------------------------
Reporter: Alphawolf | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: minor | Resolution:
Keywords: has-patch | Focuses: docs
-------------------------+------------------------------
Comment (by jdgrimes):
A few issues in [attachment:28806.3.diff]:
* A second closing parenthesis is missing on line 957 of `/wp-
admin/includes/deprecated.php`.
* `deactivate_sitewide_plugin()` should be replaced with
`deactivate_plugin()`, right now it is deprecated in favor of itself.
* Some coding standards fixes in `/wp-includes/deprecated.php`. E.g.: ` *
@deprecated 2.8.0 Use the_author_meta('description')` should be
`the_author_meta( 'description' )`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28806#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list