Remove debug cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@2512 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c15860e0ba
commit
bda54f37b2
@ -231,7 +231,6 @@ if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) {
|
||||
include(get_date_template());
|
||||
exit;
|
||||
} else if ( is_archive() && get_archive_template() ) {
|
||||
echo "here";
|
||||
include(get_archive_template());
|
||||
exit;
|
||||
} else if ( is_comments_popup() && get_comments_popup_template() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user