Ticket #11529 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

'$wpdb' typo in wp-admin/maint/repair.php causing table prefix not to appear

Reported by: gautam2011 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

repair.php.diff Download (1.8 KB) - added by gautam2011 2 years ago.

Change History

  • Keywords typo, has-patch added; typo removed
  • Severity changed from minor to normal
  • 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.

comment:4   ryan2 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [12465]) Fix typos. Props gautam2011. fixes #11529 for trunk

comment:5   ryan2 years ago

(In [12466]) Fix typos. Props gautam2011. fixes #11529 for 2.9

Note: See TracTickets for help on using tickets.