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