Changeset 9003 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 06/28/2019 12:00:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r8729 r9003 414 414 case 'support': 415 415 $title = _x( 'Support', 'plugin tab title', 'wporg-plugins' ); 416 $url = 'https://wordpress.org/support/plugin/' . $plugin->post_name ;416 $url = 'https://wordpress.org/support/plugin/' . $plugin->post_name . '/'; 417 417 break; 418 418 … … 678 678 $url = 'https://bbpress.org/forums/'; 679 679 } else { 680 $url = 'https://wordpress.org/support/plugin/' . $post->post_name ;680 $url = 'https://wordpress.org/support/plugin/' . $post->post_name . '/'; 681 681 } 682 682
Note: See TracChangeset
for help on using the changeset viewer.