Ticket #5528 (closed enhancement: fixed)
PHPdoc effort for comment-template.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.5 |
| Component: | Optimization | Version: | |
| Severity: | minor | Keywords: | phpdoc documentation has-patch |
| Cc: |
Description
Based off patch by Pita in #2648. Applies and finishes that patch for the new wp-includes/comment-template.php.
PHPdoc inline documentation effort includes:
- @since version information
- Short and long (where applicable) descriptions
- Parameter documentation
- Return documentation
Attachments
Change History
comment:1
darkdragon — 4 years ago
darkdragon — 4 years ago
-
attachment
comment-template.phpdoc.r6494.diff
added
Complete phpdoc documentation for comment-template.php based off of r6494
comment:2
darkdragon — 4 years ago
Latest patch completes all of the documentation in the file.
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Only two functions are missing long descriptions (or that I think should have long descriptions). I'll probably finish those up and upload a new patch.
Most of the patch used Pita's patch in #2648.