Changeset 1267818
- Timestamp:
- 10/17/2015 07:57:02 AM (10 years ago)
- File:
-
- 1 edited
-
hypercomments/trunk/hypercomments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hypercomments/trunk/hypercomments.php
r1267362 r1267818 29 29 add_action('admin_head', 'hc_admin_head'); 30 30 add_filter('the_content', 'hc_the_content_filter', 50); 31 31 add_action('upgrader_process_complete', 'hc_upgrade'); 32 32 add_action('wp_footer', 'hc_count_widget',20); 33 33 add_filter('comments_template', 'hc_comments_template'); … … 267 267 268 268 /** 269 * Action by upgrade the plugin 270 */ 271 function hc_upgrade() 272 { 273 update_option('hc_locale', hc_get_language()); 274 } 275 276 /** 269 277 * Action when uninstall plugin 270 278 */
Note: See TracChangeset
for help on using the changeset viewer.