Changeset 8204
- Timestamp:
- 02/05/2019 08:40:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/archive.php
r6284 r8204 9 9 10 10 namespace WordPressdotorg\Plugin_Directory\Theme; 11 12 // If we don't have any posts to display for the archive, then send a 404 status. See #meta4151 13 if ( ! have_posts() ) { 14 status_header( 404 ); 15 nocache_headers(); 16 } 11 17 12 18 get_header(); ?>
Note: See TracChangeset
for help on using the changeset viewer.