Ticket #5636 (closed enhancement: fixed)

Opened 8 months ago

Last modified 2 months ago

PHPdoc effort for feed.php

Reported by: darkdragon Assigned to: anonymous
Priority: low Milestone: 2.6
Component: Optimization Version:
Severity: trivial Keywords: phpdoc has-patch
Cc:

Description

PHPdoc effort seeks to complete phpdoc style inline documentation for wp-includes/feed.php.

Needed to complete:

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

Attachments

feed.phpdoc.r6597.diff (6.7 kB) - added by darkdragon on 01/11/08 03:08:19.
Incomplete documentation for feed.php based off of r6597
feed.phpdoc.r8213.diff (12.0 kB) - added by jacobsantos on 06/29/08 21:20:28.
Complete inline documentation for feed.php based off of r8213

Change History

01/11/08 03:08:19 changed by darkdragon

  • attachment feed.phpdoc.r6597.diff added.

Incomplete documentation for feed.php based off of r6597

06/29/08 21:20:28 changed by jacobsantos

  • attachment feed.phpdoc.r8213.diff added.

Complete inline documentation for feed.php based off of r8213

07/03/08 15:23:23 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8246]) phpdoc for feed.php from jacobsantos. fixes #5636