Changeset 42524
- Timestamp:
- 01/17/2018 07:01:30 AM (5 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/plugin-install.php
r41605 r42524 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; ?>"631 <span class="counter-label"><a href="https://wordpress.org/support/plugin/<?php echo $api->slug; ?>/reviews/?filter=<?php echo $key; ?>" 632 632 target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span> 633 633 <span class="counter-back">
Note: See TracChangeset
for help on using the changeset viewer.