Make WordPress Core

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's profile tivnet Owned by: sergeybiryukov's profile 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)

24020.patch (599 bytes) - added by bpetty 11 years ago.

Download all attachments as: .zip

Change History (5)

@bpetty
11 years ago

#1 @bpetty
11 years ago

  • Cc bpetty added
  • Keywords has-patch added; needs-patch removed
  • Milestone changed from Awaiting Review to 3.6

Broken in r10730 (4 years ago)... guess no-one has been upgrading any 1.0 installations in the last 4 years. ;)

#2 @SergeyBiryukov
11 years ago

  • Keywords commit added

#3 @SergeyBiryukov
11 years ago

  • Version changed from 3.5.1 to 2.8

#4 @SergeyBiryukov
11 years ago

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

In 23949:

Fix typo in upgrade_100(). props tivnet, bpetty. fixes #24020.

Note: See TracTickets for help on using tickets.