Changeset 1567200
- Timestamp:
- 01/03/2017 03:01:56 PM (9 years ago)
- Location:
- lickstats/trunk
- Files:
-
- 3 edited
-
lickstats.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
views/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lickstats/trunk/lickstats.php
r1563564 r1567200 7 7 Plugin URI: https://lickstats.com/ 8 8 Description: The Lickstats WordPress plugin is used to add the Lickstats plugin to your website. 9 Version: 1. 19 Version: 1.2 10 10 Authors: Alexandre Leclair and Sun Knudsen 11 11 Author URI: https://lickstats.com/ -
lickstats/trunk/readme.txt
r1563547 r1567200 5 5 Requires at least: 3.7 6 6 Tested up to: 4.6.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
lickstats/trunk/views/index.php
r1563547 r1567200 91 91 <?php else:?> 92 92 <h3>Account details</h3> 93 <p><strong> Plugin status: configured</strong><p>94 < p>Hello <?php echo htmlspecialchars($account_email);?></p>95 < ?php if($account_type == 'ENTERPRISE'):?>96 <h3> Configure cross-domains (enterprise feature)</h3>93 <p><strong>Hello <?php echo htmlspecialchars($account_email);?></strong></p> 94 <!-- <?php if($account_type == 'ENTERPRISE'):?> --> 95 <!-- <?php endif;?><br> --> 96 <h3>Settings</h3> 97 97 <table class="form-table"> 98 98 <tbody> 99 <tr> 100 <th scope="row"> 101 <label>Plugin status</label> 102 </th> 103 <td> 104 Enabled 105 </td> 106 </tr> 99 107 <tr> 100 108 <th scope="row"> … … 108 116 </tbody> 109 117 </table> 110 <?php endif;?><br>111 118 <?php if(!empty($error)):?> 112 119 <div style="background:#f2dede; padding:12px;"><?php echo $error?></div><br>
Note: See TracChangeset
for help on using the changeset viewer.