Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#25682 closed defect (bug) (fixed)

Confirm delete_site_option() exists before calling it in wp-admin/includes/update-core.php

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.7 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

Otherwise, the release fatal errors if you're updating from 2.7. It'll be successful, but it'll stick on "Upgrading database…" (scary), leave the wp-content/upgrade directory, and won't take the user where they need to be.

Change History (2)

#1 @nacin
12 years ago

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

In 25893:

Confirm delete_site_option() exists before calling it during an update.

This function won't yet exist when updating from 2.7 [sic].

fixes #25682 for trunk.

#2 @nacin
12 years ago

In 25894:

Confirm delete_site_option() exists before calling it during an update.

This function won't yet exist when updating from 2.7 [sic].

Merges [25893] to the 3.7 branch.
fixes #25682.

Note: See TracTickets for help on using tickets.