Changeset 21064
- Timestamp:
- 06/12/2012 03:59:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r21062 r21064 765 765 // Force refresh of theme update information 766 766 delete_site_transient('update_themes'); 767 search_theme_directories( true ); 767 768 foreach ( wp_get_themes() as $theme ) 768 769 $theme->cache_delete(); … … 813 814 // Force refresh of theme update information 814 815 delete_site_transient('update_themes'); 816 search_theme_directories( true ); 815 817 foreach ( wp_get_themes() as $theme ) 816 818 $theme->cache_delete(); … … 902 904 // Force refresh of theme update information 903 905 delete_site_transient('update_themes'); 906 search_theme_directories( true ); 904 907 foreach ( wp_get_themes() as $theme ) 905 908 $theme->cache_delete();
Note: See TracChangeset
for help on using the changeset viewer.