From 46d681c6b825d21b3f698d793c4e630c687d90ad Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 21 May 2026 21:41:53 +0000
Subject: [PATCH] =Major CustomBlocks.php overhaul, expanding block support and customization from the editor. theme.json should now be updated on new themes to set brand colours, etc. Also note: major change to .col vs .row alignment: simplifying it to .top .bottom vs the confusion of the differences for .col/.row .start and .a-start
---
build/gmbreviews/render.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/gmbreviews/render.php b/build/gmbreviews/render.php
index ee519f8..487f394 100644
--- a/build/gmbreviews/render.php
+++ b/build/gmbreviews/render.php
@@ -134,7 +134,7 @@
<?= apply_filters('wpautop', $comment) ?>
</div>
<?php } ?>
- <cite class="row start nowrap">
+ <cite class="row left nowrap">
<?php if (!empty($profilePhoto)) { ?>
<img src="<?=esc_url($profilePhoto)?>"
alt="<?=esc_attr($reviewer)?>"
@@ -145,7 +145,7 @@
</div>
<?php } ?>
- <div class="row start wrap">
+ <div class="row left wrap">
<?php if ($showRating && $rating > 0) { ?>
<div class="stars" title="<?= $rating ?> out of 5 stars">
<?php
--
Gitblit v1.10.0