Changeset 3424 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
- Timestamp:
- 06/18/2016 04:55:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
r3207 r3424 40 40 41 41 <?php if ( $rating ) : ?> 42 <a class="reviews-link" href="<?php echo esc_url( 'https://wordpress.org/support/view/plugin-reviews/' . $post->post_name ); ?>"><?php _ex( 'See all', 'reviews', 'wporg-plugins' ); ?></a> 42 43 43 44 <div class="rating">
Note: See TracChangeset
for help on using the changeset viewer.