Deleted the line that said don't delete, cleaned up, added back hook.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-12-30 11:40:56 +00:00
parent 61e98bd277
commit 623a26dfe3
2 changed files with 3 additions and 4 deletions

View File

@ -14,6 +14,7 @@
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>
<?php do_action('wp_footer', ''); ?>
</body>
</html>

View File

@ -1,10 +1,8 @@
<?php /* Don't remove this line. */ require(ABSPATH . 'wp-blog-header.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/1">
<title><?php bloginfo('name'); ?> <?php if (($withcomments) or ($single)) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
<head profile="http://gmpg.org/xfn/11">
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->