From cfee8704b23dceddbc0264c935ca95d469dcd80e Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@14037 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 49d40723b..9e8573349 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 1a4739c0e..9eb700818 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 2d1bfb82a..68c324cd0 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 @@ ); ?> -", "" ); ?> +', '' ); ?>