Changeset 42459 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 01/16/2018 12:14:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r42343 r42459 639 639 <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?></li> 640 640 <?php } if ( isset( $api->active_installs ) ) { ?> 641 <li><strong><?php _e( 'Active Installations:' ); ?></strong> 641 <li><strong><?php _e( 'Active Installations:' ); ?></strong> 642 642 <?php 643 643 if ( $api->active_installs >= 1000000 ) { … … 692 692 <div class="counter-container"> 693 693 <span class="counter-label"> 694 <a href="https://wordpress.org/support/ view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"694 <a href="https://wordpress.org/support/plugin/<?php echo $api->slug; ?>/reviews/?filter=<?php echo $key; ?>" 695 695 target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a> 696 696 </span>
Note: See TracChangeset
for help on using the changeset viewer.