From a24a06002081ad71a78ffeff9072725ba39cf121 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 17 Feb 2026 20:05:31 +0000
Subject: [PATCH] =minor changes, particularly around the JVB_CHILD_URL pattern
---
inc/blocks/SummaryBlock.php | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/inc/blocks/SummaryBlock.php b/inc/blocks/SummaryBlock.php
index 3464a59..c236a7c 100644
--- a/inc/blocks/SummaryBlock.php
+++ b/inc/blocks/SummaryBlock.php
@@ -124,7 +124,6 @@
protected function renderHeader():void
{
- ob_start();
?>
<header id="top">
<?php if ($this->image !== ''): ?>
@@ -140,15 +139,6 @@
<?php endif; ?>
</header>
<?php
- $out = ob_get_clean();
-
-
- echo apply_filters(
- 'jvbSummaryHeaderOutput',
- $out,
- $this->header,
- $this->headerExtra
- );
}
protected function renderDetails():void
--
Gitblit v1.10.0