diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-26 16:55:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-26 16:55:18 +0000 |
commit | 19aaebcbe2fe4af1e9fbf47c6e498889bbd9f934 (patch) | |
tree | 2628d73156360bc60a3d1f3bdc18bc4e1b47285b /modules/system/system.api.php | |
parent | abf19a337fcacb8f9eefda79a817c7d9c4c2458a (diff) | |
download | brdo-19aaebcbe2fe4af1e9fbf47c6e498889bbd9f934.tar.gz brdo-19aaebcbe2fe4af1e9fbf47c6e498889bbd9f934.tar.bz2 |
- Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 683c7a82c..4342498cb 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2690,6 +2690,8 @@ function hook_file_mimetype_mapping_alter(&$mapping) { * Modules that are processing actions (like Trigger module) should take * special care for the "presave" hook, in which case a dependent "save" * action should NOT be invoked. + * + * @ingroup actions */ function hook_action_info() { return array( |