Deleted the line that said don't delete, cleaned up, added back hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@2017 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
61a5d3b2f5
commit
1cdfae48cc
@ -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>
|
@ -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)) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
|
||||
<head profile="http://gmpg.org/xfn/11">
|
||||
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » 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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user