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/image.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/image.php')
-rw-r--r-- | themes/twentyfourteen/image.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfourteen/image.php b/themes/twentyfourteen/image.php index eb4a1658..ed5a9f2e 100644 --- a/themes/twentyfourteen/image.php +++ b/themes/twentyfourteen/image.php @@ -17,7 +17,7 @@ get_header(); <div id="content" class="site-content" role="main"> <?php - // Start the Loop. + // Start the Loop. while ( have_posts() ) : the_post(); ?> @@ -72,7 +72,7 @@ get_header(); <?php comments_template(); ?> - <?php endwhile; // end of the loop. ?> + <?php endwhile; // End of the loop. ?> </div><!-- #content --> </section><!-- #primary --> |