Opened 15 years ago
Closed 15 years ago
#17533 closed enhancement (fixed)
Incorrect wpdb class docs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | 3.2 |
| Component: | Inline Docs | Keywords: | has-patch commit |
| Focuses: | Cc: |
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.
Patch which improves the inline doc for wpdb.