@@ -734,7 +734,7 @@ |
||
734 | 734 | "{$this->checkout_url}?edd_license_key={$subscription['license_key']}&utm_campaign=admin&utm_source=licenses&utm_medium=expired", |
735 | 735 | esc_url( add_query_arg( '_give_hide_license_notices_permanently', $subscription['id'], $_SERVER['REQUEST_URI'] ) ) |
736 | 736 | ); |
737 | - }else{ |
|
737 | + } else{ |
|
738 | 738 | $messages[$subscription['id']] = sprintf( |
739 | 739 | __( 'Your Give add-on license will expire in %s for payment <a href="%s" target="_blank">#%d</a>. <a href="%s" target="_blank">Click to renew an existing license</a> or <a href="%s">Click here if already renewed</a>.', 'give' ), |
740 | 740 | human_time_diff( current_time( 'timestamp', 1 ), strtotime( $subscription['expires'] ) ), |