Make WordPress Core


Ignore:
Timestamp:
03/11/2010 09:49:56 PM (14 years ago)
Author:
ryan
Message:

make *_option(), *_transient() functions consistently expect unslashed data. Props Denis-de-Bernardy. see #12416

File:
1 edited

Legend:

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

    r13668 r13673  
    12011201    $theme = get_current_theme();
    12021202
    1203     $mods = get_option( esc_sql( "mods_$theme" ) );
     1203    $mods = get_option( "mods_$theme" );
    12041204
    12051205    if ( isset($mods[$name]) )
Note: See TracChangeset for help on using the changeset viewer.