Plugin Directory

Changeset 1267821


Ignore:
Timestamp:
10/17/2015 08:16:43 AM (10 years ago)
Author:
siteheart
Message:

update fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hypercomments/trunk/hypercomments.php

    r1267818 r1267821  
    2929add_action('admin_head', 'hc_admin_head');
    3030add_filter('the_content', 'hc_the_content_filter', 50);
    31 add_action('upgrader_process_complete', 'hc_upgrade');
     31add_action('upgrader_process_complete', array('hypercomments', 'hc_upgrade'), 10, 2);
    3232add_action('wp_footer', 'hc_count_widget',20);
    3333add_filter('comments_template', 'hc_comments_template');
Note: See TracChangeset for help on using the changeset viewer.