Merge pull request #859 from jrfnl/feature/854-no-unncessary-php-tags

Avoid going in and out of PHP unnecessarily.
This commit is contained in:
sarah ✈ semark 2015-12-03 20:13:49 +00:00
commit 193d073b84
12 changed files with 127 additions and 107 deletions

View file

@ -15,8 +15,9 @@
</header><!-- .entry-header -->
<div class="entry-content">
<?php the_content(); ?>
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', '_s' ),
'after' => '</div>',