#162788 by dww: allow contrib update_status to provide information on disabled modules and themes too

6.x
Gábor Hojtsy 2007-12-20 08:42:05 +00:00
parent 4dbfd5e66c
commit 3645f03233
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ function theme_update_report($data) {
'core' => t('Drupal core'),
'module' => t('Modules'),
'theme' => t('Themes'),
'disabled-module' => t('Disabled modules'),
'disabled-theme' => t('Disabled themes'),
);
foreach ($project_types as $type_name => $type_label) {
if (!empty($rows[$type_name])) {