diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bloggerapi.module | 1 | ||||
-rw-r--r-- | modules/throttle.module | 1 | ||||
-rw-r--r-- | modules/throttle/throttle.module | 1 | ||||
-rw-r--r-- | modules/title.module | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/bloggerapi.module b/modules/bloggerapi.module index 72dc0d4f6..7c185e7f7 100644 --- a/modules/bloggerapi.module +++ b/modules/bloggerapi.module @@ -1,4 +1,5 @@ <?php +// $Id$ /* ** The Drupal Blogger API implementation. diff --git a/modules/throttle.module b/modules/throttle.module index e075fb5a9..23ab018b4 100644 --- a/modules/throttle.module +++ b/modules/throttle.module @@ -1,4 +1,5 @@ <?php +// $Id$ function throttle_system($field) { $system["description"] = throttle_help("admin/system/modules"); diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index e075fb5a9..23ab018b4 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -1,4 +1,5 @@ <?php +// $Id$ function throttle_system($field) { $system["description"] = throttle_help("admin/system/modules"); diff --git a/modules/title.module b/modules/title.module index 92f4f9be8..8004c7017 100644 --- a/modules/title.module +++ b/modules/title.module @@ -1,4 +1,5 @@ <?php +// $Id$ function title_system($field){ $system["description"] = t("Enables users to link to stories, articles or similar content by title."); |