Plugin Directory

Changeset 891805

Timestamp:
04/12/2014 10:40:56 AM (10 years ago)
Author:
eoigal
Message:

need to handle case where akismet account is in cancelled state when on start page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/views/start.php

    r890710 r891805  
    3434    </form>
    3535</div>
    36 <?php elseif ( $akismet_user->status == 'missing' ) : //no akismet account, ask do they want to use jetpack wpcom account to create one, then redirect to plans page?>
     36<?php elseif ( ) : //no akismet account, ask do they want to use jetpack wpcom account to create one, then redirect to plans page?>
    3737<p><?php esc_html_e('Akismet eliminates the comment and trackback spam you get on your site. Register your email address below to get started.', 'akismet'); ?></p>
    3838<div class="activate-highlight activate-option">
     
    4646        <input type="hidden" name="redirect" value="plugin-signup"/>
    4747        <input type="submit" class="button button-primary" value="<?php esc_attr_e( 'Register Akismet' , 'akismet'); ?>"/>
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
    4880    </form>
    4981</div>
Note: See TracChangeset for help on using the changeset viewer.