From 5869d6892752a62bae46d66f31c353935672c081 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Aug 2011 14:26:36 -0400 Subject: - Patch #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() api example not using . --- modules/system/system.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 179f12311..2a23eaed1 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2859,7 +2859,7 @@ function hook_requirements($phase) { ); } - $requirements['cron']['description'] .= ' ' . t('You can run cron manually.', array('@cron' => url('admin/logs/status/run-cron'))); + $requirements['cron']['description'] .= ' ' . $t('You can run cron manually.', array('@cron' => url('admin/logs/status/run-cron'))); $requirements['cron']['title'] = $t('Cron maintenance tasks'); } -- cgit v1.2.3