diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 19:12:12 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 19:12:12 -0500 |
commit | 856daf897233b153771276d227f05f8f33a6189e (patch) | |
tree | 0b5f869863fb7810f8bdf30b848606779415f2d0 /themes/twentyfourteen/page-templates/contributors.php | |
parent | Plugin - akismet update from 4.1.3 to 4.2.1 (diff) | |
download | blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.tar.gz blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.tar.bz2 blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.zip |
twentyfourteen upg 2.7 to 3.2 and twentysixteen from 2.0 to 2.5
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/twentyfourteen/page-templates/contributors.php')
-rw-r--r-- | themes/twentyfourteen/page-templates/contributors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentyfourteen/page-templates/contributors.php b/themes/twentyfourteen/page-templates/contributors.php index 635a259c..7756149e 100644 --- a/themes/twentyfourteen/page-templates/contributors.php +++ b/themes/twentyfourteen/page-templates/contributors.php @@ -21,7 +21,7 @@ if ( is_front_page() && twentyfourteen_has_featured_posts() ) { <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php - // Start the Loop. + // Start the Loop. while ( have_posts() ) : the_post(); ?> |