Plugin Directory

Changeset 1889479


Ignore:
Timestamp:
06/08/2018 08:09:49 AM (8 years ago)
Author:
lifter99
Message:

check validation email message added

Location:
statly/trunk
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • statly/trunk/settings.php

    r1883781 r1889479  
    5151        }
    5252        $sites = get_option('saasft_statly_sites');
     53        if($saasft_statly_step == 2 && !empty(get_option('saasft_statly_on_register'))){
    5354        ?>
     55            <div class="notice notice-success is-dismissible">
     56                <p>You have registered successfully</p>
     57            </div>
     58            <div class="notice notice-warning is-dismissible">
     59                <p>Please check your email to validate your account before logging in.</p>
     60            </div>
     61        <?php
     62        }
     63        ?>
     64       
    5465        <div class="wrap">
    5566            <form method="post" action="options.php">
Note: See TracChangeset for help on using the changeset viewer.