From 04f7f566b0c3b47c9fe5adafc9058d0347ff9678 Mon Sep 17 00:00:00 2001 From: rob1n Date: Wed, 4 Apr 2007 00:58:55 +0000 Subject: [PATCH] Fix typo. Props johnbillion. fixes #4057 git-svn-id: http://svn.automattic.com/wordpress/trunk@5176 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/classic/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/classic/functions.php b/wp-content/themes/classic/functions.php index 385428265d..a63850cc50 100644 --- a/wp-content/themes/classic/functions.php +++ b/wp-content/themes/classic/functions.php @@ -1,5 +1,5 @@ '
  • ', 'after_widget' => '
  • ', @@ -7,4 +7,4 @@ if ( function_exists('register_sidebars') ) 'after_title' => '', )); -?> \ No newline at end of file +?>