diff --git a/wp-content/themes/twentyten/404.php b/wp-content/themes/twentyten/404.php index ec83fa0b8..dbc389e8b 100644 --- a/wp-content/themes/twentyten/404.php +++ b/wp-content/themes/twentyten/404.php @@ -4,7 +4,7 @@ * * @package WordPress * @subpackage Twenty_Ten - * @since 3.0.0 + * @since Twenty Ten 1.0 */ ?> diff --git a/wp-content/themes/twentyten/archive.php b/wp-content/themes/twentyten/archive.php index 1381f4b33..7f041db93 100644 --- a/wp-content/themes/twentyten/archive.php +++ b/wp-content/themes/twentyten/archive.php @@ -9,7 +9,7 @@ * * @package WordPress * @subpackage Twenty_Ten - * @since 3.0.0 + * @since Twenty Ten 1.0 */ ?> @@ -18,7 +18,15 @@
- +

@@ -31,8 +39,14 @@

- + @@ -13,7 +13,7 @@
- +

post_parent ); ?>

@@ -98,6 +98,8 @@ + +
diff --git a/wp-content/themes/twentyten/author.php b/wp-content/themes/twentyten/author.php index e17c2a423..bf36a2bc4 100644 --- a/wp-content/themes/twentyten/author.php +++ b/wp-content/themes/twentyten/author.php @@ -4,7 +4,7 @@ * * @package WordPress * @subpackage Twenty_Ten - * @since 3.0.0 + * @since Twenty Ten 1.0 */ ?> @@ -13,11 +13,22 @@
- +

" . get_the_author() . "" ); ?>

- +
@@ -29,9 +40,13 @@
- - @@ -20,9 +20,7 @@ $category_description = category_description(); if ( ! empty( $category_description ) ) echo '
' . $categorydesc . '
'; - ?> - @@ -18,6 +18,10 @@
@@ -27,14 +31,12 @@ ?> -

-' . get_the_title() . '' ); -?> -

+ ?> - 1 ) : // are there comments to navigate through ?> + 1 ) : // Are there comments to navigate through? ?> @@ -15,7 +15,12 @@