Opened 15 years ago
Closed 15 years ago
#17533 closed enhancement (fixed)
Incorrect wpdb class docs
| Reported by: | johnbillion | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Inline Docs | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
The inline docs for the wpdb class says:
/** * WordPress Database Access Abstraction Object * * It is possible to replace this class with your own * by setting the $wpdb global variable in wp-content/db.php * file with your class. You can name it wpdb also, since * this file will not be included, if the other file is * available.
This is incorrect because wp-includes/wp-db.php is always included.
Patch coming up.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch which improves the inline doc for wpdb.