Ticket #5578 (closed enhancement: fixed)
Inline Documentation for comment.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
Change History
darkdragon — 4 years ago
-
attachment
comment.phpdoc.r6544.diff
added
comment:1
darkdragon — 4 years ago
Patch also fixes coding standard violations.
- Status changed from new to closed
- Resolution set to fixed
comment:4
darkdragon — 4 years ago
Hmm. Perhaps it was a mistake to fix one mistake. What I thought was a coding violation was not.
comment:5
darkdragon — 4 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 2.5 to 2.6
jacobsantos — 4 years ago
-
attachment
comment.phpdoc.r8088.diff
added
More phpdoc inline documentation based on r8088
- Owner changed from anonymous to westi
- Status changed from reopened to new
comment:8
jacobsantos — 3 years ago
- Summary changed from PHPdoc effort for comment.php to Inline Documentation for comment.php
- Milestone changed from 2.9 to 2.7
Going to complete the rest this week.
jacobsantos — 3 years ago
-
attachment
5578.r8947.diff
added
Complete comment.php inline documentation based off of r8947
Note: See
TracTickets for help on using
tickets.

Incomplete documentation for comment.php based off or r6544