Remove debug cruft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ee667d4a9
commit
24865d57a0
|
@ -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