Making WordPress.org


Ignore:
Timestamp:
06/18/2016 12:32:48 PM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Prettify review counts.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php

    r3424 r3426  
    5757                                                <span class="counter-bar" style="width: <?php echo $rating_bar_width; ?>%;"></span>
    5858                                        </span>
    59                                                         <span class="counter-count"><?php echo $ratings[ $stars ]; ?></span>
     59                                                        <span class="counter-count"><?php echo number_format_i18n( $ratings[ $stars ] ); ?></span>
    6060                                                </a>
    6161                                        </li>
Note: See TracChangeset for help on using the changeset viewer.