Making WordPress.org


Ignore:
Timestamp:
07/12/2018 10:10:57 PM (7 years ago)
Author:
obenland
Message:

Themes: Add a link to all reviews.

Fixes #3620.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php

    r7272 r7448  
    9999                    <h4><?php _e( 'Ratings', 'wporg-themes' ); ?></h4>
    100100
     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
    101103                    <?php if ( $theme->rating ) { ?>
    102104                    <div class="rating rating-<?php echo round( $theme->rating / 10 ) * 10; ?>">
Note: See TracChangeset for help on using the changeset viewer.