Changeset 2036248
- Timestamp:
- 02/21/2019 07:33:19 PM (7 years ago)
- Location:
- level-system/trunk
- Files:
-
- 2 edited
-
includes/class-level_system-widgets.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
level-system/trunk/includes/class-level_system-widgets.php
r1933430 r2036248 100 100 <div class="progress center-block" style="width: 80%;"> 101 101 <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:<?php echo $bar;?>"> 102 <span class="sr-only"><?php echo " " . $user_XP . " / " . $actualNextLevel . " xp"?></span>102 <span class="sr-only"><?php echo $user_XP . " / " . $actualNextLevel ?></span> 103 103 </div> 104 104 </div> -
level-system/trunk/readme.txt
r1931609 r2036248 3 3 Donate link: 4 4 Tags: level system, widget, customizable, responsive 5 Stable tag: 1.0.0 5 Stable tag: 4.3 6 Requires PHP: 5.2.4 6 7 Requires at least: 4.6 7 Tested up to: 4.9.8 8 Tested up to: 5.0.3 9 10 Requires PHP: 5.2.4 8 11 License: GPLv2 or later 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 13 10 14 The one and only level system for wordpress. When users contribute to your website they gain XP's and levels. Just add the widget to your favorit area … … 19 23 * "Tags" level system, widget, customizable, responsive 20 24 * "Requires at least" N/A 21 * "Tested up to" 4.9.825 * "Tested up to" 5.0.3 22 26 * "Stable tag" 1.0.0 23 27
Note: See TracChangeset
for help on using the changeset viewer.