Changeset 3426
- Timestamp:
- 06/18/2016 12:32:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
r3424 r3426 57 57 <span class="counter-bar" style="width: <?php echo $rating_bar_width; ?>%;"></span> 58 58 </span> 59 <span class="counter-count"><?php echo $ratings[ $stars ]; ?></span>59 <span class="counter-count"><?php echo number_format_i18n( $ratings[ $stars ] ); ?></span> 60 60 </a> 61 61 </li>
Note: See TracChangeset
for help on using the changeset viewer.