Changeset 8818
- Timestamp:
- 09/05/08 18:37:40 (3 months ago)
- Files:
-
- trunk/wp-admin/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/options.php
r8802 r8818 31 31 'options' => array( '' ) ); 32 32 if ( !defined( 'WP_SITEURL' ) ) $whitelist_options['general'][] = 'siteurl'; 33 if ( defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home';33 if ( !defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home'; 34 34 35 35 $whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
