Changeset 3109068
- Timestamp:
- 06/28/2024 08:13:36 AM (21 months ago)
- File:
-
- 1 edited
-
mailster/trunk/classes/tester.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailster/trunk/classes/tester.class.php
r3108604 r3109068 15 15 add_action( 'wp_ajax_mailster_test', array( $this, 'ajax' ) ); 16 16 add_filter( 'upgrader_package_options', array( &$this, 'upgrader_package_options' ) ); 17 add_action( 'activated_plugin', array( $this, 'on_activate' ) );17 //add_action( 'activated_plugin', array( $this, 'on_activate' ) ); 18 18 } 19 19
Note: See TracChangeset
for help on using the changeset viewer.