Browse Source

PHPCS fix.

pull/73/head
Ned Zimmerman 8 years ago
parent
commit
5933c05dc1
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 3
      page-catalog.php

3
page-catalog.php

@ -46,5 +46,6 @@ else :
global $wp_query;
$wp_query->set_404();
status_header( 404 );
get_template_part( 404 ); exit();
get_template_part( 404 );
exit();
endif;

Loading…
Cancel
Save