diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-08 05:21:23 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-08 05:21:23 +0000 |
commit | 7e26556a92a2b463157578fd053821a7c861b2bc (patch) | |
tree | a59082becb13c4c636c5df76579ca5d82942a69f | |
parent | be78796ff25a4480bc9afcd2490e64591891d1a3 (diff) | |
download | brdo-7e26556a92a2b463157578fd053821a7c861b2bc.tar.gz brdo-7e26556a92a2b463157578fd053821a7c861b2bc.tar.bz2 |
#735630 by David_Rothstein: Fixed hook_filter_format_delete() documentation recursion.
-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. |