Opened 5 years ago

Closed 5 years ago

#5637 closed enhancement (fixed)

Inline Documentation for cron.php

Reported by: darkdragon Owned by: anonymous
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:

  1. Short and Long Descriptions.
  2. @since version info
  3. parameter type and description.
  4. return type and description.

Attachments (3)

cron.phpdoc.r6597.diff (5.0 KB) - added by darkdragon 5 years ago.
Incomplete documentation for cron.php based off of r6597
cron.phpdoc.r6603.diff (6.1 KB) - added by hansengel 5 years ago.
Almost-finished documentation of cron.php
5637.r8803.diff (7.1 KB) - added by jacobsantos 5 years ago.
Completes inline documentation with hansengel patch. Based off of r8803.

Download all attachments as: .zip

Change History (8)

Incomplete documentation for cron.php based off of r6597

One of tickets looking to complete before Monday 14th.

Almost-finished documentation of cron.php

Completes inline documentation with hansengel patch. Based off of r8803.

  • 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.

  • Summary changed from PHPdoc effort for cron.php to Inline Documentation for cron.php

Can the latest patch go in? It has complete inline documentation.

comment:5   ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8806]) phpdoc for cron.php. Props jacobsantos and hansengel. fixes #5637

Note: See TracTickets for help on using tickets.