Opened 5 years ago
Closed 5 years ago
#5637 closed enhancement (fixed)
Inline Documentation for cron.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.7 |
| Component: | Optimization | Version: | |
| Severity: | trivial | Keywords: | phpdoc has-patch commit |
| Cc: |
Description
PHPdoc effort seeks to complete phpdoc style inline documentation for wp-includes/cron.php.
Needed to complete:
- Short and Long Descriptions.
- @since version info
- parameter type and description.
- return type and description.
Attachments (3)
Change History (8)
darkdragon — 5 years ago
comment:1
darkdragon — 5 years ago
One of tickets looking to complete before Monday 14th.
comment:2
jacobsantos — 5 years ago
- Keywords commit added
- Milestone changed from 2.9 to 2.7
Inline documentation is complete, thanks to hansengel. Finished with his patch and the few functions that were left.
comment:3
jacobsantos — 5 years ago
- Summary changed from PHPdoc effort for cron.php to Inline Documentation for cron.php
comment:4
jacobsantos — 5 years ago
Can the latest patch go in? It has complete inline documentation.
Note: See
TracTickets for help on using
tickets.

Incomplete documentation for cron.php based off of r6597