Opened 11 years ago
Closed 11 years ago
#24020 closed defect (bug) (fixed)
Typo: 3.5/wp-admin/includes/upgrade.php (line 436)
Reported by: | tivnet | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | trivial | Version: | 2.8 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
$wpdb>update( ...
Should be
$wpdb->update
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Broken in r10730 (4 years ago)... guess no-one has been upgrading any 1.0 installations in the last 4 years. ;)