Ticket #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
Change History
darkdragon — 4 years ago
-
attachment
cron.phpdoc.r6597.diff
added
comment:1
darkdragon — 4 years ago
One of tickets looking to complete before Monday 14th.
-
attachment
cron.phpdoc.r6603.diff
added
Almost-finished documentation of cron.php
jacobsantos — 3 years ago
-
attachment
5637.r8803.diff
added
Completes inline documentation with hansengel patch. Based off of r8803.
comment:2
jacobsantos — 3 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 — 3 years ago
- Summary changed from PHPdoc effort for cron.php to Inline Documentation for cron.php
comment:4
jacobsantos — 3 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