Make WordPress Core


Ignore:
Timestamp:
01/16/2018 12:14:48 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Plugins: Update review filter links in Details modal.

Props darko-a7, afercia.
Fixes #43016. See #meta3379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r42343 r42459  
    639639                <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?></li>
    640640            <?php } if ( isset( $api->active_installs ) ) { ?>
    641                 <li><strong><?php _e( 'Active Installations:' ); ?></strong> 
     641                <li><strong><?php _e( 'Active Installations:' ); ?></strong>
    642642                                        <?php
    643643                                        if ( $api->active_installs >= 1000000 ) {
     
    692692                <div class="counter-container">
    693693                        <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; ?>"
    695695                                target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a>
    696696                        </span>
Note: See TracChangeset for help on using the changeset viewer.