diff options
Diffstat (limited to 'modules/ping.module')
-rw-r--r-- | modules/ping.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/ping.module b/modules/ping.module index ed0538def..429646fb8 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Alerts other sites that your site has been updated. + */ + +/** * Implementation of hook_help(). */ function ping_help($section) { |