Changeset 10150 for trunk/wp-admin/options.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r9912 r10150 32 32 'options' => array( '' ) ); 33 33 if ( !defined( 'WP_SITEURL' ) ) $whitelist_options['general'][] = 'siteurl'; 34 if ( !defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home'; 34 if ( !defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home'; 35 35 36 36 $whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
Note: See TracChangeset
for help on using the changeset viewer.