Opened 11 years ago
Closed 10 years ago
#29111 closed defect (bug) (fixed)
In /wp-admin/user, not all files are documented consistently
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Users | Keywords: | has-patch |
Focuses: | docs | Cc: |
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.
In 30228: