From 7241fea99b20cf12142e0f7a7ea12d133d1b6473 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 8 Apr 2010 03:13:48 +0000 Subject: [PATCH] Remove unnecessary quote escaping and \n\t indentation in twentyten. see #12902 git-svn-id: https://develop.svn.wordpress.org/trunk@14037 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/attachment.php | 4 ++-- wp-content/themes/twentyten/loop.php | 6 +++--- wp-content/themes/twentyten/single.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentyten/attachment.php b/wp-content/themes/twentyten/attachment.php index 49d40723b6..9e85733492 100644 --- a/wp-content/themes/twentyten/attachment.php +++ b/wp-content/themes/twentyten/attachment.php @@ -35,7 +35,7 @@ get_the_date() ); ?> - |\n\t\t\t\t\t\t", "\n\t\t\t\t\t" ); ?> + | ', '' ); ?>
@@ -87,7 +87,7 @@ -", "" ); ?> +', '' ); ?>
diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 1a4739c0e9..9eb7008181 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -78,7 +78,7 @@ | - |\n\t\t\t\t\t\t", "\n\t\t\t\t\t\n" ); ?> + | ', '' ); ?> @@ -108,7 +108,7 @@ ?> | - |\n\t\t\t\t\t\t", "\n\t\t\t\t\t\n" ); ?> + | ', '' ); ?> @@ -150,7 +150,7 @@ | - |\n\t\t\t\t\t\t", "\n\t\t\t\t\t\n" ); ?> + | ', '' ); ?> diff --git a/wp-content/themes/twentyten/single.php b/wp-content/themes/twentyten/single.php index 2d1bfb82aa..68c324cd08 100644 --- a/wp-content/themes/twentyten/single.php +++ b/wp-content/themes/twentyten/single.php @@ -28,7 +28,7 @@ - |\n\t\t\t\t\t\t", "\n\t\t\t\t\t" ); ?> + | ', '' ); ?>
@@ -69,7 +69,7 @@ ); ?> -", "" ); ?> +', '' ); ?>