WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#5636 closed enhancement (fixed)

PHPdoc effort for feed.php

Reported by: darkdragon Owned by: 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 (2)

feed.phpdoc.r6597.diff (6.7 KB) - added by darkdragon 5 years ago.
Incomplete documentation for feed.php based off of r6597
feed.phpdoc.r8213.diff (12.0 KB) - added by jacobsantos 5 years ago.
Complete inline documentation for feed.php based off of r8213

Download all attachments as: .zip

Change History (3)

darkdragon5 years ago

Incomplete documentation for feed.php based off of r6597

jacobsantos5 years ago

Complete inline documentation for feed.php based off of r8213

comment:1 ryan5 years ago

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

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

Note: See TracTickets for help on using tickets.