/**
* Implementation of hook_filter().
*/
function chessboard_filter($op, $delta=0, $format=-1, $text='') {
In Drupal 6 hook_filter() has one more argument and in D7 our process callback will be invoked with this $cache_id argument. Best to add it already.
Comments
Comment #1
eric_a commentedCommitted to MAIN and DRUPAL-6--1.