Plugin Directory

Changeset 496508


Ignore:
Timestamp:
01/28/2012 02:58:05 PM (14 years ago)
Author:
blepoxp
Message:

Removing temp activation counter installed yesterday

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extended-comment-options/trunk/extended-comment-options.php

    r496325 r496508  
    4747    $wpdb->query("DELETE FROM $wpdb->options WHERE option_name = 'eco_auto_units'");
    4848
    49     // This is logging activations for about 15 minutes to determine if download count is legit. This does nothing after 5:15pm GMT-5 on 1/27/2012
    50     if ( 1327705993 > time() )
    51         @wp_remote_get( "http://gtansley-wp01.fullthrottleapps.com/count.php" );
    5249}
    5350
Note: See TracChangeset for help on using the changeset viewer.