diff -u b/core/modules/update/update.compare.inc b/core/modules/update/update.compare.inc --- b/core/modules/update/update.compare.inc +++ b/core/modules/update/update.compare.inc @@ -42,7 +42,8 @@ * name as value. * - project_type: The type of project. Allowed values are 'module' and * 'theme'. - * - project_status: TRUE if the project is enabled; FALSE otherwise. + * - project_status: This indicates if the project is enabled and will always + * be TRUE, as the function only returns enabled projects. * - sub_themes: If the project is a theme it contains an associative array of * all sub-themes. * - base_themes: If the project is a theme it contains an associative array