From 81bc3fe0c99c2a0c16c6bf82c40112f05ebe560b Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 24 Apr 2004 19:23:57 +0000 Subject: [PATCH] Things should be as simple as possible, but no more. git-svn-id: https://develop.svn.wordpress.org/trunk@1142 602fd350-edb4-49c9-b593-d223f7449a82 --- index.php | 45 +++++++++++----------- wp-includes/template-functions-general.php | 21 +++++++++- wp-includes/template-functions-post.php | 11 ++++++ 3 files changed, 53 insertions(+), 24 deletions(-) diff --git a/index.php b/index.php index b2900f8387..63e3019a90 100644 --- a/index.php +++ b/index.php @@ -8,27 +8,27 @@ require('./wp-blog-header.php'); <?php bloginfo('name'); ?><?php wp_title(); ?> - - + + - + - +
-

+

@@ -44,8 +44,8 @@ require('./wp-blog-header.php');