Changeset 8096 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
- Timestamp:
- 01/18/2019 01:49:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
r8082 r8096 153 153 154 154 if ( $pageless_url !== $current_url ) { 155 wp_safe_redirect( $pageless_url );155 wp_safe_redirect( $pageless_url, 301 ); 156 156 exit; 157 157 }
Note: See TracChangeset
for help on using the changeset viewer.