diff --git a/src/wp-content/themes/twentyten/archive.php b/src/wp-content/themes/twentyten/archive.php
index 83d1397f7b..8a8eb2a8b2 100644
--- a/src/wp-content/themes/twentyten/archive.php
+++ b/src/wp-content/themes/twentyten/archive.php
@@ -54,7 +54,7 @@ get_header(); ?>
* If you want to overload this in a child theme then include a file
* called loop-archive.php and that will be used instead.
*/
- get_template_part( 'loop', 'archive' );
+ get_template_part( 'loop', 'archive' );
?>
diff --git a/src/wp-content/themes/twentyten/author.php b/src/wp-content/themes/twentyten/author.php
index 8b42064e31..2b221b57f2 100644
--- a/src/wp-content/themes/twentyten/author.php
+++ b/src/wp-content/themes/twentyten/author.php
@@ -25,7 +25,7 @@ get_header(); ?>
the_post();
?>
-
* If you want to overload this in a child theme then include a file
* called loop-author.php and that will be used instead.
*/
- get_template_part( 'loop', 'author' );
+ get_template_part( 'loop', 'author' );
?>
diff --git a/src/wp-content/themes/twentyten/footer.php b/src/wp-content/themes/twentyten/footer.php
index de19556f3b..90368af364 100644
--- a/src/wp-content/themes/twentyten/footer.php
+++ b/src/wp-content/themes/twentyten/footer.php
@@ -24,7 +24,7 @@
?>
ID ) ) : ?>
-
+ |
term_id ) ) : ?>
-
+ |
diff --git a/src/wp-content/themes/twentyten/onecolumn-page.php b/src/wp-content/themes/twentyten/onecolumn-page.php
index 5693232aa1..457e04bbda 100644
--- a/src/wp-content/themes/twentyten/onecolumn-page.php
+++ b/src/wp-content/themes/twentyten/onecolumn-page.php
@@ -23,7 +23,7 @@ get_header(); ?>
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
- get_template_part( 'loop', 'page' );
+ get_template_part( 'loop', 'page' );
?>
diff --git a/src/wp-content/themes/twentyten/search.php b/src/wp-content/themes/twentyten/search.php
index 973ca77a44..a3fa97bd67 100644
--- a/src/wp-content/themes/twentyten/search.php
+++ b/src/wp-content/themes/twentyten/search.php
@@ -20,7 +20,7 @@ get_header(); ?>
* If you want to overload this in a child theme then include a file
* called loop-search.php and that will be used instead.
*/
- get_template_part( 'loop', 'search' );
+ get_template_part( 'loop', 'search' );
?>
diff --git a/src/wp-content/themes/twentyten/style.css b/src/wp-content/themes/twentyten/style.css
index 9f6668ff74..9a3749fbd7 100644
--- a/src/wp-content/themes/twentyten/style.css
+++ b/src/wp-content/themes/twentyten/style.css
@@ -7,7 +7,7 @@ Author URI: http://wordpress.org/
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
+Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: twentyten
*/
diff --git a/src/wp-content/themes/twentyten/tag.php b/src/wp-content/themes/twentyten/tag.php
index 7ad81db6bd..01ae6cd36c 100644
--- a/src/wp-content/themes/twentyten/tag.php
+++ b/src/wp-content/themes/twentyten/tag.php
@@ -22,7 +22,7 @@ get_header(); ?>
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
- get_template_part( 'loop', 'tag' );
+get_template_part( 'loop', 'tag' );
?>