Changeset 3512 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
- Timestamp:
- 06/20/2016 05:50:53 PM (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
r3426 r3512 64 64 65 65 <?php else : ?> 66 66 67 67 <div class="rating"> 68 68 <p><?php _e( 'This plugin has not been rated yet.', 'wporg-plugins' ); ?></p> … … 75 75 <a class="button button-secondary" href="<?php echo esc_url( 'https://wordpress.org/support/view/plugin-reviews/' . $post->post_name . '#postform' ); ?>"><?php _e( 'Add your review', 'wporg-plugins' ); ?></a> 76 76 </div> 77 <?php77 <?php 78 78 endif; 79 79
Note: See TracChangeset
for help on using the changeset viewer.