Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r11383 r11450  
    885885    }
    886886
    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
    888888    add_filter( 'pre_option_mods_' . get_current_theme(), create_function( '', "return array();" ) );
    889889
Note: See TracChangeset for help on using the changeset viewer.