Ticket #4211 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Use WP_HOME and WP_SITEURL, if available, during upgrade

Reported by: filosofo Assigned to: rob1n
Priority: normal Milestone: 2.2
Component: Administration Version: 2.2
Severity: normal Keywords: wp_siteurl, wp_home, upgrade, has-patch
Cc:

Description

Currently the upgrade function __get_option ignores these constants. The attached patch fixes that.

Attachments

wp-admin_upgrade-functions.php.diff (0.7 kB) - added by filosofo on 04/30/07 20:44:18.

Change History

04/30/07 20:44:18 changed by filosofo

  • attachment wp-admin_upgrade-functions.php.diff added.

05/04/07 19:20:21 changed by rob1n

  • owner changed from anonymous to rob1n.
  • status changed from new to assigned.

05/05/07 00:04:06 changed by ryan

+1

05/05/07 00:17:05 changed by rob1n

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [5394]) Use WP_HOME and WP_SITEURL in upgrading. Props filosofo. fixes #4211