diff --git a/wp-content/themes/twentyten/category.php b/wp-content/themes/twentyten/category.php
index e1eec8c64a..7b8870f4ed 100644
--- a/wp-content/themes/twentyten/category.php
+++ b/wp-content/themes/twentyten/category.php
@@ -21,14 +21,14 @@
>
-
+
diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php
index 35c10ed532..facae79c80 100644
--- a/wp-content/themes/twentyten/comments.php
+++ b/wp-content/themes/twentyten/comments.php
@@ -74,17 +74,17 @@
@@ -100,7 +100,7 @@
ID); ?>
-
+
diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php
index d24a18091f..000ed7c5bf 100644
--- a/wp-content/themes/twentyten/footer.php
+++ b/wp-content/themes/twentyten/footer.php
@@ -6,11 +6,11 @@
diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php
index 4dfe78ad7c..9abe3653f6 100644
--- a/wp-content/themes/twentyten/functions.php
+++ b/wp-content/themes/twentyten/functions.php
@@ -49,9 +49,8 @@ if ( is_readable($locale_file) )
// Get the page number
function get_page_number() {
- if ( get_query_var('paged') ) {
+ if ( get_query_var('paged') )
print ' | ' . __( 'Page ' , 'twentyten') . get_query_var('paged');
- }
} // end get_page_number
@@ -66,7 +65,7 @@ add_filter('excerpt_length', 'new_excerpt_length');
// Make a nice read more link on excerpts
function new_excerpt_more($more) {
-return ' …
' . 'Continue reading →' . '';
+ return ' …
' . 'Continue reading →' . '';
}
add_filter('excerpt_more', 'new_excerpt_more');
@@ -124,8 +123,8 @@ function twentyten_comment($comment, $args, $depth) {
function remove_gallery_css() {
return "
";
- }
- add_filter('gallery_style', 'remove_gallery_css');
+}
+add_filter('gallery_style', 'remove_gallery_css');
@@ -240,5 +239,3 @@ function theme_widgets_init() {
// Add all the groovy widget areas
add_action( 'init', 'theme_widgets_init' );
-
-
diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php
index 07b9c5f82c..25a3272056 100644
--- a/wp-content/themes/twentyten/header.php
+++ b/wp-content/themes/twentyten/header.php
@@ -20,8 +20,8 @@
-
-
+
+
@@ -32,7 +32,7 @@