Changeset 2512
- Timestamp:
- 04/03/05 16:39:41 (4 years ago)
- Files:
-
- trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-blog-header.php
r2510 r2512 232 232 exit; 233 233 } else if ( is_archive() && get_archive_template() ) { 234 echo "here";235 234 include(get_archive_template()); 236 235 exit;
