From 5e0fccc98a1138b837e548ffe37f48b715d25c3c Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:05:05 +0100 Subject: [PATCH] Code formatting --- partials/_latest-chapters-compact.php | 4 +++- rss-rss-story.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/partials/_latest-chapters-compact.php b/partials/_latest-chapters-compact.php index 7a7ae870..e90f905f 100644 --- a/partials/_latest-chapters-compact.php +++ b/partials/_latest-chapters-compact.php @@ -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; + } ?>