Make WordPress Core

Changeset 31825


Ignore:
Timestamp:
03/18/2015 10:06:17 PM (10 years ago)
Author:
ocean90
Message:

Don't try to call wp_clean_plugins_cache(); twice in wp_clean_update_cache().

props TobiasBg.
fixes #31503.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/update.php

    r31708 r31825  
    660660        delete_site_transient( 'update_plugins' );
    661661    }
    662     wp_clean_plugins_cache();
    663662    wp_clean_themes_cache();
    664663    delete_site_transient( 'update_core' );
Note: See TracChangeset for help on using the changeset viewer.