WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#5578 closed enhancement (fixed)

Inline Documentation for comment.php

Reported by: darkdragon Owned by: westi
Priority: low Milestone: 2.7
Component: Optimization Version:
Severity: trivial Keywords: phpdoc needs-patch
Cc:

Description

PHPdoc effort for completing wp-includes/comment.php based off of #2648 patch.

Adds short and long descriptions, @since versions, parameter and return type information.

Attachments (4)

comment.phpdoc.r6544.diff (21.6 KB) - added by darkdragon 5 years ago.
Incomplete documentation for comment.php based off or r6544
comment.phpdoc.diff (6.1 KB) - added by darkdragon 5 years ago.
fixes and more documentation
comment.phpdoc.r8088.diff (13.9 KB) - added by jacobsantos 5 years ago.
More phpdoc inline documentation based on r8088
5578.r8947.diff (17.3 KB) - added by jacobsantos 5 years ago.
Complete comment.php inline documentation based off of r8947

Download all attachments as: .zip

Change History (13)

darkdragon5 years ago

Incomplete documentation for comment.php based off or r6544

comment:1 darkdragon5 years ago

Patch also fixes coding standard violations.

comment:2 ryan5 years ago

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

(In [6553]) phpdoc for comment.php from darkdragon. fixes #5578

darkdragon5 years ago

fixes and more documentation

comment:3 darkdragon5 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:4 darkdragon5 years ago

Hmm. Perhaps it was a mistake to fix one mistake. What I thought was a coding violation was not.

comment:5 darkdragon5 years ago

  • Keywords needs-patch added; has-patch removed
  • Milestone changed from 2.5 to 2.6

jacobsantos5 years ago

More phpdoc inline documentation based on r8088

comment:6 westi5 years ago

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

comment:7 westi5 years ago

(In [8091]) PHPDoc updates for comment.php. See #5578 props jacobsantos.

comment:8 jacobsantos5 years ago

  • Milestone changed from 2.9 to 2.7
  • Summary changed from PHPdoc effort for comment.php to Inline Documentation for comment.php

Going to complete the rest this week.

jacobsantos5 years ago

Complete comment.php inline documentation based off of r8947

comment:9 azaozz5 years ago

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

(In [8949]) Complete comment.php inline documentation, props jacobsantos, fixes #5578

Note: See TracTickets for help on using tickets.