Changeset 8617 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php
- Timestamp:
- 04/10/2019 04:19:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php
r8033 r8617 73 73 if ( ! $slug ) { 74 74 return; 75 } 76 77 if ( '_redirect_' == $slug ) { 78 wp_safe_redirect( 'https://wordpress.org/plugins/', 301 ); 79 exit; 75 80 } 76 81
Note: See TracChangeset
for help on using the changeset viewer.