Ignore:
Timestamp:
Jun 10, 2011, 9:21:44 PM (13 years ago)
Author:
mistic100
Message:

change event_handler_priority

File:
1 edited

Legend:

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

    r11252 r11299  
    2727else if (script_basename() == 'comments' AND !isset($_GET['display_mode']))
    2828{
    29   add_event_handler('render_comment_content', 'replyto_parse_picture', 10);
     29  add_event_handler('render_comment_content', 'replyto_parse_picture', 60);
    3030}
    3131// add link and parse on album page (compatibility with Comment on Albums)
     
    3737else if (script_basename() == 'comments' AND $_GET['display_mode'] == 'albums')
    3838{
    39   add_event_handler('render_comment_content', 'replyto_parse_album', 10);
     39  add_event_handler('render_comment_content', 'replyto_parse_album', 60);
    4040}
    4141   
Note: See TracChangeset for help on using the changeset viewer.