Make WordPress Core

Ticket #29220: 29220.diff

File 29220.diff, 936 bytes (added by jesin, 10 years ago)
  • wp-admin/includes/plugin-install.php

     
    457457                                <div class="counter-container">
    458458                                        <a href="<?php echo esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&amp;plugin=' . $api->slug . '&amp;section=reviews' ) ); ?>"
    459459                                           title="<?php echo esc_attr( sprintf( _n( 'Click to see reviews that provided a rating of %d star', 'Click to see reviews that provided a rating of %d stars', $key ), $key ) ); ?>">
    460                                                 <span class="counter-label"><?php echo $key; ?> stars</span>
     460                                                <span class="counter-label"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></span>
    461461                                                <span class="counter-back">
    462462                                                        <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
    463463                                                </span>