Changeset 14641 for trunk/wp-includes/theme.php
- Timestamp:
- 05/14/2010 04:55:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r14610 r14641 1112 1112 1113 1113 // Prevent theme mods to current theme being used on theme being previewed 1114 add_filter( 'pre_option_mods_' . get_current_theme(), create_function( '', "return array();" ));1114 add_filter( 'pre_option_mods_' . get_current_theme(), '__return_empty_array' ); 1115 1115 1116 1116 ob_start( 'preview_theme_ob_filter' );
Note: See TracChangeset
for help on using the changeset viewer.