Ticket #11529 (closed defect (bug): fixed)
'$wpdb' typo in wp-admin/maint/repair.php causing table prefix not to appear
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.9.1 |
| Component: | Administration | Version: | 2.9 |
| Severity: | normal | Keywords: | database, repair, optimize, typo, has-patch |
| Cc: |
Description
In this file - http://core.trac.wordpress.org/browser/tags/2.9/wp-admin/maint/repair.php, there are some typos (on line 44, 46, 56 and 60).
$wpb should be replaced by $wpdb.
Attachments
Change History
comment:3
gautam2011 — 2 years ago
- Priority changed from normal to high
Just realised that the typo is also there in a query (not only in the messages), hence the priority should be higher.
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

