Plugin Directory

Changeset 1212565

Timestamp:
08/04/2015 12:48:56 PM (9 years ago)
Author:
eoigal
Message:

Auto connect jetpack users with akismet account but no subscription

File:
1 edited

Legend:

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

    r1177131 r1212565  
    11<div class="no-key config-wrap"><?php
    22    if ( $akismet_user && in_array( $akismet_user->status, array( 'active', 'active-dunning', 'no-sub', 'missing', 'cancelled', 'suspended' ) ) ) :
    3         if ( $akismet_user->status == 'missing' ) :?>
     3        if ( ) :?>
    44<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>
    55<div class="activate-highlight activate-option">
Note: See TracChangeset for help on using the changeset viewer.