Changeset 42228 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r41605 r42228 629 629 ?> 630 630 <div class="counter-container"> 631 <span class="counter-label"><a href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>" 632 target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span> 631 <span class="counter-label"> 632 <a href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>" 633 target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a> 634 </span> 633 635 <span class="counter-back"> 634 636 <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
Note: See TracChangeset
for help on using the changeset viewer.