Opened 17 years ago
Closed 17 years ago
#11921 closed defect (bug) (fixed)
Typo on wp-db.php: @war instead of @var
| Reported by: | mentel_br | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0 |
| Component: | Inline Docs | Version: | 2.9.1 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
A typo on the comments for the declaration of $field_types on "wp-includes/wp-db.php", line 286 on the release 2.9.1 (file revision 12574), line 294 on trunk, file revision 12733.
This typo may prevent the documentation to be generated accordingly.
The line currently reads:
* @war array
It should be:
* @var array
A patch is attached.
Attachments (1)
Change History (4)
#1
@
17 years ago
- Component General → Inline Docs
- Keywords commit added
- Milestone Unassigned → 3.0
Could probably use a description, though so could all of the wp-db vars.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The patch for wp-includes/wp-db.php