Changeset 8578
- Timestamp:
- 04/03/2019 07:38:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r8186 r8578 1224 1224 wp_safe_redirect( site_url( '/' ), 301 ); 1225 1225 die(); 1226 } 1227 1228 // Paginated front page. 1229 if ( is_front_page() && is_paged() ) { 1230 $GLOBALS['wp_query']->set_404(); 1231 status_header( 404 ); 1232 return; 1226 1233 } 1227 1234
Note: See TracChangeset
for help on using the changeset viewer.