From 1cdfae48cc3babede1479ff17318cf5530c202cb Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 30 Dec 2004 11:40:56 +0000 Subject: [PATCH] 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 --- wp-content/themes/kubrick/footer.php | 1 + wp-content/themes/kubrick/header.php | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/kubrick/footer.php b/wp-content/themes/kubrick/footer.php index 2bf8b772ff..e468aa89ad 100644 --- a/wp-content/themes/kubrick/footer.php +++ b/wp-content/themes/kubrick/footer.php @@ -14,6 +14,7 @@ + \ No newline at end of file diff --git a/wp-content/themes/kubrick/header.php b/wp-content/themes/kubrick/header.php index 71462a1f7b..cdab0eb04b 100644 --- a/wp-content/themes/kubrick/header.php +++ b/wp-content/themes/kubrick/header.php @@ -1,10 +1,8 @@ - - - - <?php bloginfo('name'); ?> <?php if (($withcomments) or ($single)) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> + + <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?>