Opened 5 years ago
Closed 5 years ago
#5639 closed enhancement (fixed)
PHPdoc effort for functions.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.7 |
| Component: | Optimization | Version: | |
| Severity: | trivial | Keywords: | phpdoc has-patch |
| Cc: |
Description
PHPdoc effort seeks to complete phpdoc style inline documentation for wp-includes/functions.php.
Needed to complete:
- Short and Long Descriptions.
- @since version info
- parameter type and description.
- return type and description.
Attachments (7)
Change History (19)
darkdragon — 5 years ago
comment:1
darkdragon — 5 years ago
Will complete in the Summer, if no one else finishes this file.
Anyone looking to take ownership can apply the patch which has templates for most of the functions to revision r6597, then update.
- Milestone changed from 2.7 to 2.6
- Owner changed from anonymous to westi
- Status changed from new to assigned
comment:4
jacobsantos — 5 years ago
More functions are completed in the file.
comment:6
jacobsantos — 5 years ago
functions.phpdoc.r8259.diff patch is ready to go with a few things to consider:
- I also include style formatting fixes, that might already have been committed already.
- I remove a global from the get_alloptions() function that doesn't appear to be used within the function.
- Resolution set to fixed
- Status changed from assigned to closed
comment:9
jacobsantos — 5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Patches, complete functions.php for 2.6 and Trunk. Well, there is do_enclosed() function left, but I have no idea what it is for.
comment:10
westi — 5 years ago
comment:11
jacobsantos — 5 years ago
Patch completes all of the functions in functions.php.
comment:12
westi — 5 years ago
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

Incomplete documentation for functions.php based off of r6597