Changeset 1081605
- Timestamp:
- 02/03/2015 03:43:11 PM (11 years ago)
- File:
-
- 1 edited
-
tyme-social-count/trunk/tyme-social-count.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tyme-social-count/trunk/tyme-social-count.php
r1042015 r1081605 31 31 */ 32 32 require_once( TYME_DIR . 'tyme.core.php'); 33 34 35 /**36 * Run on plugin activation37 */38 function tsc_activate() {39 /* Function to run on plugin activation */40 continue;41 }42 register_activation_hook( __FILE__, 'tsc_activate' );43 33 44 34
Note: See TracChangeset
for help on using the changeset viewer.