diff options
-rw-r--r-- | src/wp-admin/includes/class-wp-debug-data.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wp-admin/includes/class-wp-debug-data.php b/src/wp-admin/includes/class-wp-debug-data.php index 2cedc33836..cbb57a4b8c 100644 --- a/src/wp-admin/includes/class-wp-debug-data.php +++ b/src/wp-admin/includes/class-wp-debug-data.php @@ -1300,6 +1300,7 @@ class WP_Debug_Data { $active_theme = wp_get_theme(); $parent_theme = $active_theme->parent(); $theme_updates = get_theme_updates(); + $transient = get_site_transient( 'update_themes' ); $auto_updates = array(); $auto_updates_enabled = wp_is_auto_update_enabled_for_type( 'theme' ); |