Changeset 8818 for trunk/wp-admin/options.php
- Timestamp:
- 09/05/2008 06:37:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 );
Note: See TracChangeset
for help on using the changeset viewer.