Hello,

The new code to write to be compatible with Drupal 7 beta 2, into faq.module, line 1538 :

/**
 * Implements hook_filter_info().
 */
function faq_filter_info() {
  $filters['faq_embed'] = array(
    'title' => t('Embed FAQ page'),
    'no cache' => TRUE,
    'description' => t('Embed FAQ page using [faq] type tags.  Disables filter caching so not recommended for all input formats.'),
    'tips callback' => 'faq_filter_tips_faq_embed',
    'process callback' => '_faq_filter_process',
  );
  return $filters;
}

Bye. lphm

Comments

stella’s picture

Version: master » 7.x-1.x-dev
Status: Needs review » Fixed

Already part of the D7 branch.

Status: Fixed » Closed (fixed)
Issue tags: -hook_filter_info

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