diff --git a/single.php b/single.php index 0abfd0f2..86319dc2 100644 --- a/single.php +++ b/single.php @@ -19,10 +19,12 @@ get_header(); get_template_part( 'template-parts/content', get_post_type() ); - the_post_navigation( array( - 'prev_text' => '' . esc_html__( 'Previous:', '_s' ) . ' %title', - 'next_text' => '' . esc_html__( 'Next:', '_s' ) . ' %title', - ) ); + the_post_navigation( + array( + 'prev_text' => '' . esc_html__( 'Previous:', '_s' ) . ' %title', + 'next_text' => '' . esc_html__( 'Next:', '_s' ) . ' %title', + ) + ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) :