Plugins: Update review filter links in Details modal.
Props darko-a7, afercia. Merges [42459] to the 4.9 branch. Fixes #43016. See #meta3379. Built from https://develop.svn.wordpress.org/branches/4.9@42524 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4c4d1ecbe5
commit
d9bf3e5e60
|
@ -628,7 +628,7 @@ function install_plugin_information() {
|
||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
<div class="counter-container">
|
<div class="counter-container">
|
||||||
<span class="counter-label"><a href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
|
<span class="counter-label"><a href="https://wordpress.org/support/plugin/<?php echo $api->slug; ?>/reviews/?filter=<?php echo $key; ?>"
|
||||||
target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span>
|
target="_blank" aria-label="<?php echo $aria_label; ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span>
|
||||||
<span class="counter-back">
|
<span class="counter-back">
|
||||||
<span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
|
<span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9.3-alpha-42522';
|
$wp_version = '4.9.3-alpha-42524';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue