diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/filter/filter.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.api.php b/modules/filter/filter.api.php index 105f55810..ee701db9f 100644 --- a/modules/filter/filter.api.php +++ b/modules/filter/filter.api.php @@ -245,8 +245,8 @@ function hook_filter_format_update($format) { * The format object of the site's fallback format, which is always available * to all users. * + * @see hook_filter_format_insert(). * @see hook_filter_format_update(). - * @see hook_filter_format_delete(). */ function hook_filter_format_delete($format, $fallback) { // Replace the deleted format with the fallback format. |