Changeset 34912 for trunk/src/wp-admin/options.php
- Timestamp:
- 10/07/2015 05:11:01 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r34778 r34912 96 96 $whitelist_options['reading'][] = 'blog_charset'; 97 97 98 if ( get_ network_option( 'initial_db_version' ) < 32453 ) {98 if ( get_site_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.