Opened 5 years ago
Closed 5 years ago
#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 (4)
Change History (13)
darkdragon
— 5 years ago
comment:1
darkdragon
— 5 years ago
Patch also fixes coding standard violations.
comment:3
darkdragon
— 5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4
darkdragon
— 5 years ago
Hmm. Perhaps it was a mistake to fix one mistake. What I thought was a coding violation was not.
comment:5
darkdragon
— 5 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 2.5 to 2.6
comment:6
westi
— 5 years ago
- Owner changed from anonymous to westi
- Status changed from reopened to new
comment:8
jacobsantos
— 5 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.
Note: See
TracTickets for help on using
tickets.
Incomplete documentation for comment.php based off or r6544