Code formatting
This commit is contained in:
parent
5f6e21d21b
commit
5e0fccc98a
@ -134,7 +134,9 @@ remove_filter( 'posts_where', 'fictioneer_exclude_protected_posts' );
|
||||
}
|
||||
|
||||
// Count actually rendered cards to account for buffer
|
||||
if ( ++$card_counter > $args['count'] ) break;
|
||||
if ( ++$card_counter > $args['count'] ) {
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
||||
<li class="card watch-last-clicked _small _info">
|
||||
|
@ -149,7 +149,9 @@ do_action( 'rss_tag_pre', 'rss2' );
|
||||
setup_postdata( $post );
|
||||
|
||||
// Terminate?
|
||||
if ( $terminator < 1 ) break;
|
||||
if ( $terminator < 1 ) {
|
||||
break;
|
||||
}
|
||||
|
||||
// Skip invisible chapters
|
||||
if ( fictioneer_get_field( 'fictioneer_chapter_hidden' ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user