diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 7448245da..d9e7c3b38 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -74,7 +74,7 @@ $themes = array_slice( $themes, $start, $per_page ); function theme_update_available( $theme ) { static $themes_update; if ( !isset($themes_update) ) - $themes_update = get_option('update_themes'); + $themes_update = get_transient('update_themes'); if ( is_object($theme) && isset($theme->stylesheet) ) $stylesheet = $theme->stylesheet;