diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 05d7d5b73..39796bbd4 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6618,7 +6618,10 @@ function xmlrpc($url) { } /** - * Retrieve a list of all available archivers. + * Retrieves a list of all available archivers. + * + * @see hook_archiver_info() + * @see hook_archiver_info_alter() */ function archiver_get_info() { $archiver_info = &drupal_static(__FUNCTION__, array()); |