Ticket #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
Change History
darkdragon — 4 years ago
-
attachment
functions.phpdoc.r6597.diff
added
comment:1
darkdragon — 4 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.
jacobsantos — 4 years ago
-
attachment
functions.phpdoc.r8088.diff
added
Partial file completion of functions.php based off of r8088
- Owner changed from anonymous to westi
- Status changed from new to assigned
- Milestone changed from 2.7 to 2.6
jacobsantos — 4 years ago
-
attachment
functions.phpdoc.r8211.diff
added
PHPdoc inline documentation for functions.php based off of r8211
comment:4
jacobsantos — 4 years ago
More functions are completed in the file.
jacobsantos — 4 years ago
-
attachment
functions.phpdoc.r8259.diff
added
PHPdoc inline documentation for functions.php based off of r8259
comment:6
jacobsantos — 4 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.
- Status changed from assigned to closed
- Resolution set to fixed
jacobsantos — 4 years ago
-
attachment
5639.r8605.2.6.diff
added
Completes Functions.php inline documentation for 2.6 branch (r8605)
jacobsantos — 4 years ago
-
attachment
5639.r8605.diff
added
Completes Functions.php inline documentation for trunk (r8605)
comment:9
jacobsantos — 4 years ago
- Status changed from closed to reopened
- Resolution fixed deleted
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 — 4 years ago
jacobsantos — 4 years ago
-
attachment
5639.r8607.diff
added
Complete functions.php file based off of r8607.
comment:11
jacobsantos — 4 years ago
Patch completes all of the functions in functions.php.
comment:12
westi — 4 years ago
- Status changed from reopened to closed
- Resolution set to fixed

Incomplete documentation for functions.php based off of r6597