Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20954 closed enhancement (fixed)

Introduce wp_clean_themes_cache()

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.5 Priority: normal
Severity: normal Version: 3.4
Component: Cache API Keywords:
Focuses: Cc:

Description

Rather than this:

delete_site_transient('update_themes');
search_theme_directories( true );
foreach ( wp_get_themes() as $theme )
	$theme->cache_delete();

Change History (3)

#1 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [21080]:

Introduce wp_clean_themes_cache() for upgrades and testing. fixes #20954.

#3 @scribu
11 years ago

  • Type changed from defect (bug) to enhancement
Note: See TracTickets for help on using tickets.