Fix phpcs errors

This commit is contained in:
Kelly Dwan 2019-10-01 13:44:45 -04:00
parent a5bf51cc58
commit 30b7c0786e
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
3 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
namespace WordPressdotorg\Five_for_the_Future\Theme;
// If we don't have any posts to display for the archive, then send a 404 status. See #meta4151
// If we don't have any posts to display for the archive, then send a 404 status. See #meta4151.
if ( ! have_posts() ) {
status_header( 404 );
nocache_headers();