From 27fb820ae9081fb56957cf75e79eccd8a99edd52 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 14 Feb 2026 19:14:48 +0000
Subject: [PATCH] =minor css changes, queue merge logic restructured, and double checking changes actually changed in cRUD.js before sending to server
---
inc/blocks/FeedBlock.php | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/inc/blocks/FeedBlock.php b/inc/blocks/FeedBlock.php
index 1a23d95..e100409 100644
--- a/inc/blocks/FeedBlock.php
+++ b/inc/blocks/FeedBlock.php
@@ -21,10 +21,9 @@
{
// Initialize cache with connections
$this->cache = Cache::for('feed_block', WEEK_IN_SECONDS);
-
- if (JVB_TESTING) {
- $this->cache->flush();
- }
+// if (JVB_TESTING) {
+// $this->cache->flush();
+// }
add_action('init', [$this, 'registerBlock']);
}
--
Gitblit v1.10.0