'.t('Allow the use of EasyLists in posts.').'

'; } /** * Implementation of hook_filter(). */ function easylists_filter($op, $delta = 0, $format = -1, $text = '') { switch ($op) { case 'list': return array(0 => 'EasyLists'); case 'description': return t('Converts EasyLists to HTML.'); case 'process': include_once(drupal_get_path('module', 'easylists') .'/easylists-filter.inc'); return _easylists_filter_process($text, $format); default: return $text; } }
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /home/httpd/vhosts/www.quietys.com/web/sites/all/modules/views/modules/views_taxonomy.inc on line 420