Changeset 563374
- Timestamp:
- 06/25/2012 02:40:37 AM (14 years ago)
- File:
-
- 1 edited
-
tb-testimonials/trunk/tb-testimonials.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tb-testimonials/trunk/tb-testimonials.php
r563369 r563374 113 113 else if( ! isset( $this->settings['use_template_api'] ) && $time = get_option( 'tbt_template_nag_shown' ) ) 114 114 { 115 if( $time <= strtotime( ' 1 week' ) ){115 if( $time <= strtotime( '-1 week' ) ){ 116 116 add_action( 'admin_notices', array( &$this, 'template_api_nag' ) ); 117 117 update_option( 'tbt_template_nag_shown', time() );
Note: See TracChangeset
for help on using the changeset viewer.