$status_short.=t('Incompatible with this version of Drupal core. ');
$status_long.=t('This version is incompatible with the !core_version version of Drupal core. ',array('!core_version'=>VERSION));
$status_long.=t('This version is not compatible with Drupal !core_version and should be replaced.',array('!core_version'=>DRUPAL_CORE_COMPATIBILITY));
}
// Ensure this module is compatible with the currently installed version of PHP.
...
...
@@ -2633,7 +2633,7 @@ function theme_system_themes_page($variables) {
// Make sure to provide feedback on compatibility.
if(!empty($theme->incompatible_core)){
$output.='<div class="incompatible">'.t('This version is incompatible with the !core_version version of Drupal core.',array('!core_version'=>VERSION)).'</div>';
$output.='<div class="incompatible">'.t('This version is not compatible with Drupal !core_version and should be replaced.',array('!core_version'=>DRUPAL_CORE_COMPATIBILITY)).'</div>';