Making WordPress.org


Ignore:
Timestamp:
09/02/2016 10:28:12 PM (9 years ago)
Author:
coffee2code
Message:

Plugin Directory: Update ratings widget links (in theme) to point to the new plugin reviews forum URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-reviews.php

    r3825 r3936  
    1515    <?php echo $section_content; ?>
    1616</div>
    17 <a class="reviews-link" href="<?php echo esc_url( 'https://wordpress.org/support/view/plugin-reviews/' . get_post()->post_name . '/' ); ?>">
     17<a class="reviews-link" href="<?php echo esc_url( 'https://wordpress.org/support/plugin/' . get_post()->post_name . '/reviews/' ); ?>">
    1818    <?php printf( __( 'Read all %s reviews', 'wporg-plugins' ), array_sum( get_post_meta( get_the_ID(), 'ratings', true ) ) ); ?>
    1919</a>
Note: See TracChangeset for help on using the changeset viewer.