mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 22:45:39 +00:00
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:
parent
61e98bd277
commit
623a26dfe3
@ -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…
x
Reference in New Issue
Block a user