Changeset 3935 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 09/02/2016 10:08:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r3887 r3935 172 172 case 'reviews': 173 173 $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/'; 175 175 break; 176 176
Note: See TracChangeset
for help on using the changeset viewer.