|
@@ -498,9 +498,7 @@ |
|
|
block discarded – undo |
|
498
|
498
|
$button_label = sprintf( __( 'Upgrade to %s for Access', 'gravityview' ), $required_license ); |
|
499
|
499
|
$button_class = 'button-primary button-large'; |
|
500
|
500
|
$href = 'https://www.gravitykit.com/pricing/?utm_source=admin-installer&utm_medium=admin&utm_campaign=Admin%20Notice&utm_content=' . $required_license; |
|
501
|
|
- } |
|
502
|
|
- |
|
503
|
|
- elseif ( ! empty( $download_info['coming_soon'] ) ) { |
|
|
501
|
+ } elseif ( ! empty( $download_info['coming_soon'] ) ) { |
|
504
|
502
|
$spinner = false; |
|
505
|
503
|
$status = 'notinstalled'; |
|
506
|
504
|
$status_label = __( 'Coming Soon', 'gravityview' ); |
Please login to merge, or discard this patch.