Make WordPress Core

Changeset 42524


Ignore:
Timestamp:
01/17/2018 07:01:30 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Plugins: Update review filter links in Details modal.

Props darko-a7, afercia.
Merges [42459] to the 4.9 branch.
Fixes #43016. See #meta3379.

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  
    629629                ?>
    630630                <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; ?>"
    632632                                                       target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span>
    633633                        <span class="counter-back">
Note: See TracChangeset for help on using the changeset viewer.