Plugin Directory

Changeset 563374


Ignore:
Timestamp:
06/25/2012 02:40:37 AM (14 years ago)
Author:
ansimation
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tb-testimonials/trunk/tb-testimonials.php

    r563369 r563374  
    113113        else if( ! isset( $this->settings['use_template_api'] ) && $time = get_option( 'tbt_template_nag_shown' ) )
    114114        {
    115             if( $time <= strtotime( '1 week' ) ){
     115            if( $time <= strtotime( '-1 week' ) ){
    116116                add_action( 'admin_notices', array( &$this, 'template_api_nag' ) );
    117117                update_option( 'tbt_template_nag_shown', time() );
Note: See TracChangeset for help on using the changeset viewer.