Plugin Directory

Changeset 425559


Ignore:
Timestamp:
08/18/2011 08:29:04 PM (15 years ago)
Author:
jaredh123
Message:

don't delete recommended_svn transient, just the delay, you idiot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prophoto-beta-tester/trunk/pp-beta-tester.php

    r423960 r425559  
    3838            if ( $transientExpiration - time() > ( 60*60 * 12 ) ) {
    3939                delete_transient( 'pp_delay_next_auto_upgrade_attempt' );
    40             }
    41         }
    42         if ( $transientExpiration = get_option( '_transient_timeout_pp_recommended_svn' ) ) {
    43             if ( $transientExpiration - time() > ( 60*60 * 36 ) ) {
    44                 delete_transient( 'pp_recommended_svn' );
    4540            }
    4641        }
Note: See TracChangeset for help on using the changeset viewer.