if ( get_the_author_meta( 'description' ) ) : ?>
+ /**
+ * Always have wp_footer() just before the closing
-
+
@@ -41,13 +51,15 @@ if ( get_the_author_meta( 'description' ) ) : ?>
if ( ! empty( $category_description ) )
echo '
diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php
index 6dcfec0ca8..03c43eb56f 100644
--- a/wp-content/themes/twentyten/footer.php
+++ b/wp-content/themes/twentyten/footer.php
@@ -1,6 +1,6 @@
@@ -39,7 +46,8 @@
' . $category_description . '
';
- /* Run the loop for the category page to output the posts.
+ /**
+ * Run the loop for the category page to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-category.php and that will be used instead.
*/
diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php
index 62527288f4..7d36005eaa 100644
--- a/wp-content/themes/twentyten/comments.php
+++ b/wp-content/themes/twentyten/comments.php
@@ -1,6 +1,6 @@