Skip to content

Commit

Permalink
increase notice from 0 to 14 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Herman committed Mar 5, 2015
1 parent e07433d commit 675db82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-wp-svg-icons-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public function wp_svg_icons_check_installation_date() {

if( !$stop_bugging_me ) {
$install_date = get_option( 'wp_svg_icons_activation_date' );
$past_date = strtotime( '-0 days' );
$past_date = strtotime( '-14 days' );
if ( $past_date >= $install_date && current_user_can( 'install_plugins' ) ) {
add_action( 'admin_notices', array( &$this , 'wp_svg_icons_display_review_us_notice' ) );
}
Expand Down

0 comments on commit 675db82

Please sign in to comment.