Changeset 34778 for trunk/src/wp-admin/options.php
- Timestamp:
- 10/02/2015 07:07:23 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r34561 r34778 96 96 $whitelist_options['reading'][] = 'blog_charset'; 97 97 98 if ( get_ site_option( 'initial_db_version' ) < 32453 ) {98 if ( get_network_option( 'initial_db_version' ) < 32453 ) { 99 99 $whitelist_options['writing'][] = 'use_smilies'; 100 100 $whitelist_options['writing'][] = 'use_balanceTags';
Note: See TracChangeset
for help on using the changeset viewer.