#7037 closed enhancement (fixed)
Base File Documentation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.6 |
| Component: | Optimization | Version: | |
| Severity: | trivial | Keywords: | phpdoc has-patch commit |
| Cc: |
Description
Major sweeping documentation additions to base PHP files for Trunk.
- Adds file level documentation to all of the base folder PHP files.
- Adds function documentation to most of the PHP files in the base folder.
- Ignores class level documentation for wp-app.php and xmlrpc.php files.
Open for whether this should also be added to 2.5.
Attachments (2)
Change History (9)
jacobsantos — 5 years ago
jacobsantos — 5 years ago
Corrections to late night ramblings and additions to wp-login.php based off off of r7991
comment:2
jacobsantos — 5 years ago
I corrected the late night ramblings to the index.php file and added the file level documentation to index.php.
Am I to assume that the documentation to wp-config-sample.php is not going to be added?
patch isn't applying the wp-config-sample.php changes for some reason. I'll try to convince it to obey.
comment:5
jacobsantos — 5 years ago
- Milestone changed from 2.9 to 2.6.1
- Resolution set to fixed
- Status changed from new to closed
Rest of the base functions will be in new patch. Closing as complete.
Note: See
TracTickets for help on using
tickets.

Base file phpdoc documentation based of r7989