Changeset 5001 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
- Timestamp:
- 02/24/2017 06:30:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
r4622 r5001 53 53 <li class="counter-container"> 54 54 <a href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . $post->post_name . '/reviews/?filter=' . $stars ); ?>"> 55 <span class="counter-label"><?php printf( _n( '%d star', '%d stars', $stars, 'wporg-plugin ' ), $stars ); ?></span>55 <span class="counter-label"><?php printf( _n( '%d star', '%d stars', $stars, 'wporg-plugins' ), $stars ); ?></span> 56 56 <span class="counter-back"> 57 57 <span class="counter-bar" style="width: <?php echo $rating_bar_width; ?>%;"></span>
Note: See TracChangeset
for help on using the changeset viewer.