Plugin Directory

Changeset 885298

Timestamp:
03/31/2014 08:31:01 PM (10 years ago)
Author:
eoigal
Message:

no account status is renamed to missing

File:
1 edited

Legend:

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

    r879359 r885298  
    3434    </form>
    3535</div>
    36 <?php elseif ( $akismet_user->status == 'no-account' ) : //no akismet account, ask do they want to use jetpack wpcom account to create one, then redirect to plans page?>
     36<?php elseif ( $akismet_user->status == '' ) : //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">
Note: See TracChangeset for help on using the changeset viewer.