Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#5633 closed enhancement (fixed)

PHPdoc effort for category.php

Reported by: darkdragon's profile darkdragon Owned by: westi's profile westi
Milestone: 2.6 Priority: low
Severity: trivial Version:
Component: Optimization Keywords: phpdoc has-patch commit
Focuses: Cc:

Description

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

Needed to complete:

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

Attachments (2)

category.phpdoc.diff (2.0 KB) - added by darkdragon 16 years ago.
incomplete documentation
category.phpdoc.r8088.diff (10.0 KB) - added by jacobsantos 15 years ago.
Still with complete phpdoc comments but with fixed removed new lineds for r8088

Download all attachments as: .zip

Change History (6)

@darkdragon
16 years ago

incomplete documentation

#1 @jacobsantos
15 years ago

  • Keywords commit added

File is complete.

@jacobsantos
15 years ago

Still with complete phpdoc comments but with fixed removed new lineds for r8088

#2 @jacobsantos
15 years ago

New patch corrects problems in last patch.

#3 @westi
15 years ago

  • Owner changed from anonymous to westi
  • Status changed from new to assigned

#4 @westi
15 years ago

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

(In [8090]) PHPDoc updates for category.php. Fixes #5633 props jacobsantos.

Note: See TracTickets for help on using tickets.