Changeset 4229
- Timestamp:
- 10/12/2016 08:09:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
r4228 r4229 138 138 printf( 139 139 /* translators: %s: number of reviews */ 140 _n( '% d review', '%dreviews', $this->reviews_count, 'wporg-forums' ),140 _n( '%s review', '%s reviews', $this->reviews_count, 'wporg-forums' ), 141 141 '<span itemprop="reviewCount">' . number_format_i18n( $this->reviews_count ) . '</span>' 142 142 );
Note: See TracChangeset
for help on using the changeset viewer.