We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06233c3 commit b22b263Copy full SHA for b22b263
1 file changed
src/wp-admin/includes/class-wp-debug-data.php
@@ -60,7 +60,7 @@ public static function debug_data() {
60
'wp-dropins' => array(),
61
'wp-active-theme' => array(),
62
'wp-parent-theme' => array(),
63
- 'wp-themes-inactive' => self::get_wp_themes_inactive(),
+ 'wp-themes-inactive' => array(),
64
'wp-mu-plugins' => self::get_wp_mu_plugins(),
65
'wp-plugins-active' => array(),
66
'wp-plugins-inactive' => array(),
0 commit comments