Changeset 7448 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
- Timestamp:
- 07/12/2018 10:10:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
r7272 r7448 99 99 <h4><?php _e( 'Ratings', 'wporg-themes' ); ?></h4> 100 100 101 <a class="reviews-link" href="//wordpress.org/support/theme/<?php echo $theme->slug; ?>/reviews/"><?php esc_html_e( 'See all', 'wporg-themes' ); ?></a> 102 101 103 <?php if ( $theme->rating ) { ?> 102 104 <div class="rating rating-<?php echo round( $theme->rating / 10 ) * 10; ?>">
Note: See TracChangeset
for help on using the changeset viewer.