Plugin Directory

Changeset 2036248


Ignore:
Timestamp:
02/21/2019 07:33:19 PM (7 years ago)
Author:
sublimelinks
Message:

fixed a bug not displaying the number 0

Location:
level-system/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • level-system/trunk/includes/class-level_system-widgets.php

    r1933430 r2036248  
    100100                        <div class="progress center-block" style="width: 80%;">
    101101                            <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 "&nbsp;" . $user_XP . "&nbsp;/&nbsp;" . $actualNextLevel . "&nbsp;xp" ?></span>
     102                                <span class="sr-only"><?php echo $user_XP . " / " . $actualNextLevel ?></span>
    103103                            </div>
    104104                        </div> 
  • level-system/trunk/readme.txt

    r1931609 r2036248  
    33Donate link:
    44Tags: level system, widget, customizable, responsive
    5 Stable tag: 1.0.0
     5Stable tag: 4.3
     6Requires PHP: 5.2.4
    67Requires at least: 4.6
    7 Tested up to: 4.9.8
     8Tested up to: 5.0.3
     9
     10Requires PHP: 5.2.4
    811License: GPLv2 or later
     12License URI: https://www.gnu.org/licenses/gpl-2.0.html
    913
    1014The 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
     
    1923*   "Tags" level system, widget, customizable, responsive
    2024*   "Requires at least" N/A
    21 *   "Tested up to" 4.9.8
     25*   "Tested up to" 5.0.3
    2226*   "Stable tag" 1.0.0
    2327
Note: See TracChangeset for help on using the changeset viewer.