From 81f2f3c19a9a850d5a30ffadc7e342aac92a68cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Dec 2010 01:51:16 +0000 Subject: - Patch #854396 by tstoeckler, jhodgdon: improve documentation for date-related functions and hooks in system.module. --- includes/date.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/date.inc b/includes/date.inc index 6158ac22d..75d666bc9 100644 --- a/includes/date.inc +++ b/includes/date.inc @@ -7,7 +7,7 @@ */ /** - * Implements hook_date_formats(). + * Provides a default system list of date formats for system_date_formats(). */ function system_default_date_formats() { $formats = array(); -- cgit v1.2.3