Skip to content

Commit b22b263

Browse files
authored
Update src/wp-admin/includes/class-wp-debug-data.php
1 parent 06233c3 commit b22b263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-debug-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function debug_data() {
6060
'wp-dropins' => array(),
6161
'wp-active-theme' => array(),
6262
'wp-parent-theme' => array(),
63-
'wp-themes-inactive' => self::get_wp_themes_inactive(),
63+
'wp-themes-inactive' => array(),
6464
'wp-mu-plugins' => self::get_wp_mu_plugins(),
6565
'wp-plugins-active' => array(),
6666
'wp-plugins-inactive' => array(),

0 commit comments

Comments
 (0)