From f15366a78c5b61e03887566ec6d3a73159674078 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 29 Mar 2010 22:03:15 +0000 Subject: [PATCH] Rough cut of Twenty Ten inline documentation. see #12695. props jorbin, demetris. git-svn-id: https://develop.svn.wordpress.org/trunk@13885 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/404.php | 10 + wp-content/themes/twentyten/archive.php | 15 ++ wp-content/themes/twentyten/attachment.php | 10 + wp-content/themes/twentyten/author.php | 10 + wp-content/themes/twentyten/category.php | 12 +- wp-content/themes/twentyten/comments.php | 15 ++ wp-content/themes/twentyten/footer.php | 13 ++ wp-content/themes/twentyten/functions.php | 172 ++++++++++++++---- wp-content/themes/twentyten/header.php | 12 ++ wp-content/themes/twentyten/index.php | 18 ++ wp-content/themes/twentyten/loop.php | 25 ++- .../themes/twentyten/onecolumn-page.php | 19 +- wp-content/themes/twentyten/page.php | 15 ++ wp-content/themes/twentyten/search.php | 10 + wp-content/themes/twentyten/searchform.php | 13 ++ .../themes/twentyten/sidebar-footer.php | 10 + wp-content/themes/twentyten/sidebar.php | 10 + wp-content/themes/twentyten/single.php | 10 + wp-content/themes/twentyten/tag.php | 10 + 19 files changed, 363 insertions(+), 46 deletions(-) diff --git a/wp-content/themes/twentyten/404.php b/wp-content/themes/twentyten/404.php index 128cc78057..c326df7a12 100644 --- a/wp-content/themes/twentyten/404.php +++ b/wp-content/themes/twentyten/404.php @@ -1,3 +1,13 @@ + +
diff --git a/wp-content/themes/twentyten/archive.php b/wp-content/themes/twentyten/archive.php index d9e7e0ad86..909c7fbd8d 100644 --- a/wp-content/themes/twentyten/archive.php +++ b/wp-content/themes/twentyten/archive.php @@ -1,3 +1,18 @@ + +
diff --git a/wp-content/themes/twentyten/attachment.php b/wp-content/themes/twentyten/attachment.php index bfae80154f..49d40723b6 100644 --- a/wp-content/themes/twentyten/attachment.php +++ b/wp-content/themes/twentyten/attachment.php @@ -1,3 +1,13 @@ + +
diff --git a/wp-content/themes/twentyten/author.php b/wp-content/themes/twentyten/author.php index 7f13b9ac6a..3d50368fce 100644 --- a/wp-content/themes/twentyten/author.php +++ b/wp-content/themes/twentyten/author.php @@ -1,3 +1,13 @@ + +
diff --git a/wp-content/themes/twentyten/category.php b/wp-content/themes/twentyten/category.php index 39e1bf88eb..c8279a6b26 100644 --- a/wp-content/themes/twentyten/category.php +++ b/wp-content/themes/twentyten/category.php @@ -1,3 +1,13 @@ + +
@@ -13,7 +23,7 @@ * If you want to overload this in a child theme then include a file * called loop-category.php and that will be used instead. */ - get_template_part( 'loop', 'category' ); + get_template_part( 'loop', 'category' ); ?>
diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php index 9e442428c6..ad0564e7c9 100644 --- a/wp-content/themes/twentyten/comments.php +++ b/wp-content/themes/twentyten/comments.php @@ -1,3 +1,18 @@ + +
diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php index ed2c0457e3..c2e47d1c33 100644 --- a/wp-content/themes/twentyten/footer.php +++ b/wp-content/themes/twentyten/footer.php @@ -1,3 +1,16 @@ + +