Not quite correct comments
corsix - December 10, 2007 - 19:44
| Project: | Citation Filter |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | cwgordon7 |
| Status: | closed |
Jump to:
Description
<?php
/**
* Helper function for hook_filter.
*/
function citation_filter_replace($text, $format) {
?><?php
/**
* Helper function for hook_filter.
*/
function citation_filter_settings($format) {
?><?php
$form['citation_filter'] = array(
'#type' => 'fieldset',
'#title' => t('HTML filter'),
'#collapsible' => TRUE,
);
?>
#1
You're right, my comments were very sloppy. And again, you're right, it should NOT be named HTML filter, I was just copying-and-pasting code from filter.module and forgot to change it. This will be fixed in the next release (1-2 days).
#2
Fixed in new release.
#3
Automatically closed -- issue fixed for two weeks with no activity.