Changeset 839932
- Timestamp:
- 01/16/2014 09:57:39 PM (12 years ago)
- File:
-
- 1 edited
-
reload/trunk/reload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reload/trunk/reload.php
r839879 r839932 52 52 $this->getOptions(); 53 53 54 // support for Formidable forms (http://wordpress.org/plugins/formidable/) 55 add_action('frm_after_create_entry', array(&$this, 'touchContentCheckFile'), 5); 56 54 57 if (is_admin()) { 55 58 // backend init 56 59 register_deactivation_hook( __FILE__, array(&$this, 'deactivate') ); 57 60 add_action( 'save_post', array(&$this, 'touchContentCheckFile') ); 58 // support for Formidable forms (http://wordpress.org/plugins/formidable/)59 add_action('frm_after_create_entry', array(&$this, 'touchContentCheckFile'));60 61 // ajax 61 62 add_action( 'wp_ajax_nopriv_reload_monitor', array(&$this, 'startMonitor'));
Note: See TracChangeset
for help on using the changeset viewer.