Changeset 3936 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/reviews/index.jsx
- Timestamp:
- 09/02/2016 10:28:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/reviews/index.jsx
r3862 r3936 13 13 </div> 14 14 </div> 15 <a className="reviews-link" href={ `https://wordpress.org/support/ view/plugin-reviews/${ this.props.slug }/` }>Read all { this.props.numRatings } reviews</a>15 <a className="reviews-link" href={ `https://wordpress.org/support/plugin/${ this.props.slug }/reviews/` }>Read all { this.props.numRatings } reviews</a> 16 16 </div> 17 17 )
Note: See TracChangeset
for help on using the changeset viewer.