Changeset 423960
- Timestamp:
- 08/15/2011 09:26:42 PM (15 years ago)
- File:
-
- 1 edited
-
prophoto-beta-tester/trunk/pp-beta-tester.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prophoto-beta-tester/trunk/pp-beta-tester.php
r423919 r423960 5 5 Description: Facilitates beta-testing for future releases of the ProPhoto theme 6 6 Author: Jared Henderson 7 Version: 0.1 17 Version: 0.12 8 8 Author URI: http://www.prophotoblogs.com/beta-testing-plugin/ 9 9 */ … … 38 38 if ( $transientExpiration - time() > ( 60*60 * 12 ) ) { 39 39 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' ); 40 45 } 41 46 }
Note: See TracChangeset
for help on using the changeset viewer.