Make WordPress Core

Changeset 16029


Ignore:
Timestamp:
10/28/2010 05:22:45 AM (14 years ago)
Author:
nacin
Message:

Remove unnecessary wp_cache_delete calls. props shidouhikari, fixes #14080.

File:
1 edited

Legend:

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

    r15828 r16029  
    13621362    $theme = get_option( 'stylesheet' );
    13631363    update_option( "theme_mods_$theme", $mods );
    1364     wp_cache_delete( "theme_mods_$theme", 'options' );
    13651364}
    13661365
     
    13891388    $theme = get_option( 'stylesheet' );
    13901389    update_option( "theme_mods_$theme", $mods );
    1391     wp_cache_delete( "theme_mods_$theme", 'options' );
    13921390}
    13931391
Note: See TracChangeset for help on using the changeset viewer.