Opened 12 years ago
Closed 12 years ago
#29111 closed defect (bug) (fixed)
In /wp-admin/user, not all files are documented consistently
| Reported by: | NikV | Owned by: | kpdesign |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.1 |
| Component: | Users | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
In /wp-admin/user, the first few files (about.php, credits.php, freedoms.php, index.php) have a simple code snippet at the beginning of the file as shown below.
/** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' );
But in that same folder, there are a few files that do not have the same documentation (above the require_once) as the rest. I think to keep up with consistency of inline documentation, the rest of the files (in that folder) should be documented the same way if they have the same code snippet. I have attached the files that did not have the inline docs, but now do.
Attachments (3)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 30228: