#5444 closed enhancement (fixed)
PHPdoc effort for deprecated.php
Reported by: | darkdragon | Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | low |
Severity: | trivial | Version: | 2.5 |
Component: | General | Keywords: | deprecated.php phpdoc has-patch commit |
Focuses: | Cc: |
Description
Over the discussion in WP-Hackers and the lack of alternatives in the wp-includes/deprecated.php
. I went ahead and documented all of the globals and functions in that file.
The patch also cleans up some coding standard violations in the file. Not a lot of time was spent obtaining or adding parameter information (that didn't already exist) and adding long and short descriptions if they didn't exist before. This is intentional.
There is no point spending more time than needed to document functions that probably won't be used any longer. However, @since
tags and alternatives has been added to every function.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Documentation for deprecated.php based off of r6367