Changeset 1889479
- Timestamp:
- 06/08/2018 08:09:49 AM (8 years ago)
- Location:
- statly/trunk
- Files:
-
- 3 deleted
- 1 edited
-
css (deleted)
-
img (deleted)
-
js (deleted)
-
settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
statly/trunk/settings.php
r1883781 r1889479 51 51 } 52 52 $sites = get_option('saasft_statly_sites'); 53 if($saasft_statly_step == 2 && !empty(get_option('saasft_statly_on_register'))){ 53 54 ?> 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 54 65 <div class="wrap"> 55 66 <form method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.