Changeset 1267821
- Timestamp:
- 10/17/2015 08:16:43 AM (10 years ago)
- File:
-
- 1 edited
-
hypercomments/trunk/hypercomments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hypercomments/trunk/hypercomments.php
r1267818 r1267821 29 29 add_action('admin_head', 'hc_admin_head'); 30 30 add_filter('the_content', 'hc_the_content_filter', 50); 31 add_action('upgrader_process_complete', 'hc_upgrade');31 add_action('upgrader_process_complete', array('hypercomments', 'hc_upgrade'), 10, 2); 32 32 add_action('wp_footer', 'hc_count_widget',20); 33 33 add_filter('comments_template', 'hc_comments_template');
Note: See TracChangeset
for help on using the changeset viewer.