Ignore:
Timestamp:
Oct 2, 2007, 7:42:22 AM (17 years ago)
Author:
rvelices
Message:
  • merge r 2117 from trunk (render_category_description and render_category_literal_description events refactoring)
  • fix admin multiview plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/common.inc.php

    r2112 r2118  
    173173
    174174// template instance
    175 if 
     175if
    176176  (
    177       defined('IN_ADMIN') and IN_ADMIN and 
     177      defined('IN_ADMIN') and IN_ADMIN and
    178178      isset($user['admin_template']) and
    179179      isset($user['admin_theme'])
     
    262262
    263263// default event handlers
     264add_event_handler('render_category_literal_description', 'render_category_literal_description');
     265add_event_handler('render_category_description', 'render_category_description');
    264266add_event_handler('render_comment_content', 'htmlspecialchars');
    265267add_event_handler('render_comment_content', 'parse_comment_content');
Note: See TracChangeset for help on using the changeset viewer.