Plugin Directory

Changeset 1081605


Ignore:
Timestamp:
02/03/2015 03:43:11 PM (11 years ago)
Author:
TyB
Message:

removed function causing error on activation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tyme-social-count/trunk/tyme-social-count.php

    r1042015 r1081605  
    3131 */
    3232require_once( TYME_DIR . 'tyme.core.php');
    33 
    34 
    35 /**
    36  *  Run on plugin activation
    37  */
    38 function tsc_activate() {
    39     /* Function to run on plugin activation */
    40     continue;
    41 }
    42 register_activation_hook( __FILE__, 'tsc_activate' );
    4333
    4434
Note: See TracChangeset for help on using the changeset viewer.