Skip to content

Commit

Permalink
Refactoring - wp-dropins
Browse files Browse the repository at this point in the history
Fixed accidental removal of 'wp-themes-inactive' label.
  • Loading branch information
apermo committed Sep 23, 2024
1 parent bfb1cc9 commit e653671
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/wp-admin/includes/class-wp-debug-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ public static function debug_data() {
'fields' => array(),
);

$info['wp-themes-inactive'] = array(
'label' => __( 'Inactive Themes' ),
'show_count' => true,
'fields' => array(),
);

$info['wp-plugins-active'] = array(
'label' => __( 'Active Plugins' ),
'show_count' => true,
Expand Down

0 comments on commit e653671

Please sign in to comment.