Changeset 6445
- Timestamp:
- 01/26/2018 06:42:40 PM (7 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
r5960 r6445 275 275 printf( 276 276 /* translators: %s: plugin/theme reviews URL */ 277 __( '<a href="%s"> Click here</a> to see all reviews.', 'wporg-forums' ),277 __( '<a href="%s">See all reviews</a>.', 'wporg-forums' ), 278 278 esc_url( sprintf( home_url( '/%s/%s/reviews/' ), $this->compat, $this->slug ) ) 279 279 );
Note: See TracChangeset
for help on using the changeset viewer.