Making WordPress.org


Ignore:
Timestamp:
02/24/2017 06:30:31 PM (8 years ago)
Author:
coffee2code
Message:

Plugin Directory: i18n cleanup.

Props SergeyBiryukov.
Fixes #2534.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php

    r4622 r5001  
    5353                    <li class="counter-container">
    5454                        <a href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . $post->post_name . '/reviews/?filter=' . $stars ); ?>">
    55                             <span class="counter-label"><?php printf( _n( '%d star', '%d stars', $stars, 'wporg-plugin' ), $stars ); ?></span>
     55                            <span class="counter-label"><?php printf( _n( '%d star', '%d stars', $stars, 'wporg-plugins' ), $stars ); ?></span>
    5656                    <span class="counter-back">
    5757                        <span class="counter-bar" style="width: <?php echo $rating_bar_width; ?>%;"></span>
Note: See TracChangeset for help on using the changeset viewer.