From 7e26556a92a2b463157578fd053821a7c861b2bc Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 8 Mar 2010 05:21:23 +0000 Subject: #735630 by David_Rothstein: Fixed hook_filter_format_delete() documentation recursion. --- modules/filter/filter.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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. -- cgit v1.2.3