Changeset 6774


Ignore:
Timestamp:
Aug 18, 2010, 7:15:25 PM (14 years ago)
Author:
patdenice
Message:

Do not remove default parse_comment_content for smilies support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmiliesSupport/main.inc.php

    r6298 r6774  
    1212include_once(dirname(__FILE__).'/smiliessupport.inc.php');
    1313
    14 add_event_handler('init', 'init_smiliessupport');
    1514add_event_handler('render_comment_content', 'SmiliesParse', 60);
    1615add_event_handler('loc_begin_picture', 'set_smiliessupport_page');
    17 
    18 function init_smiliessupport()
    19 {
    20   remove_event_handler('render_comment_content', 'parse_comment_content');
    21 }
    2216
    2317if (script_basename() == 'admin')
Note: See TracChangeset for help on using the changeset viewer.