Changeset 11450 for trunk/wp-includes/theme.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r11383 r11450 885 885 } 886 886 887 // Prevent theme mods to current theme being used on theme being previewed 887 // Prevent theme mods to current theme being used on theme being previewed 888 888 add_filter( 'pre_option_mods_' . get_current_theme(), create_function( '', "return array();" ) ); 889 889
Note: See TracChangeset
for help on using the changeset viewer.