Changeset 3792 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/plugin-ratings/index.jsx
- Timestamp:
- 08/09/2016 08:20:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/plugin-ratings/index.jsx
r3734 r3792 16 16 17 17 <Stars rating={ this.props.rating } /> 18 <span className="rating-count">({ this.props.ratingCount } )</span>18 <span className="rating-count">({ this.props.ratingCount } <span className="screen-reader-text">total ratings</span>)</span> 19 19 </div> 20 20 )
Note: See TracChangeset
for help on using the changeset viewer.