Make WordPress Core


Ignore:
Timestamp:
09/05/2008 06:37:40 PM (17 years ago)
Author:
westi
Message:

Allow people to update home again! See #7277.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options.php

    r8802 r8818  
    3131    'options' => array( '' ) );
    3232if ( !defined( 'WP_SITEURL' ) ) $whitelist_options['general'][] = 'siteurl';
    33 if ( defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home';
     33if ( !defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home';
    3434
    3535$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
Note: See TracChangeset for help on using the changeset viewer.