diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-10 20:22:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-10 20:22:57 +0000 |
commit | 41019a83628224ffe49f782688c81b889587b2b5 (patch) | |
tree | 18ba0b85f63129ef9fe66912ee4f71e3e7344d14 /includes | |
parent | 3340e8cfa56a14433bece5b0913fe8c8a0c974d1 (diff) | |
download | brdo-41019a83628224ffe49f782688c81b889587b2b5.tar.gz brdo-41019a83628224ffe49f782688c81b889587b2b5.tar.bz2 |
- Patch #708574 by jhodgdon: hook_archiver_info_alter() was not documented.
Diffstat (limited to 'includes')
-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()); |