Making WordPress.org


Ignore:
Timestamp:
09/02/2016 10:08:01 PM (8 years ago)
Author:
coffee2code
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php

    r3887 r3935  
    172172                case 'reviews':
    173173                    $title = _x( 'Reviews', 'plugin tab title', 'wporg-plugins' );
    174                     $url   = 'https://wordpress.org/support/view/plugin-reviews/' . $plugin_slug;
     174                    $url   = 'https://wordpress.org/support/plugin/' . $plugin_slug . '/reviews/';
    175175                    break;
    176176
Note: See TracChangeset for help on using the changeset viewer.