Project:Citation Filter
Version:6.x-1.0
Component:Code
Category:bug report
Priority:minor
Assigned:cwgordon7
Status:closed (fixed)

Issue Summary

<?php
/**
* Helper function for hook_filter.
*/
function citation_filter_replace($text, $format) {
?>
Would citation_filter_filter be more relevant than hook_filter? (same for citation_filter_append)

<?php
/**
* Helper function for hook_filter.
*/
function citation_filter_settings($format) {
?>
This is not a helper function.

<?php
  $form
['citation_filter'] = array(
   
'#type' => 'fieldset',
   
'#title' => t('HTML filter'),
   
'#collapsible' => TRUE,
  );
?>
Title should be the name of this filter, not the HTML filter.

Comments

#1

Assigned to:Anonymous» cwgordon7
Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.