Skip to content

Commit e653671

Browse files
committed
Refactoring - wp-dropins
Fixed accidental removal of 'wp-themes-inactive' label.
1 parent bfb1cc9 commit e653671

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ public static function debug_data() {
105105
'fields' => array(),
106106
);
107107

108+
$info['wp-themes-inactive'] = array(
109+
'label' => __( 'Inactive Themes' ),
110+
'show_count' => true,
111+
'fields' => array(),
112+
);
113+
108114
$info['wp-plugins-active'] = array(
109115
'label' => __( 'Active Plugins' ),
110116
'show_count' => true,

0 commit comments

Comments
 (0)