From 56f9d401512ad8b7d266b8e27dd09fb811c08e6f Mon Sep 17 00:00:00 2001 From: Patski123 Date: Sun, 3 May 2026 01:35:59 +0000 Subject: [PATCH] Fix PHP syntax: escape apostrophe in stickers cat_meta line Co-Authored-By: Paperclip --- theme/front-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/front-page.php b/theme/front-page.php index 94239cc..ce712e0 100644 --- a/theme/front-page.php +++ b/theme/front-page.php @@ -105,7 +105,7 @@ $shop_url = get_permalink(wc_get_page_id('shop')); 'wall-decor' => ['DEPT. 02', 'Wall art for the soul-tired.'], 'stationery' => ['DEPT. 03', 'Productivity, with a wink.'], 'apparel' => ['DEPT. 04', 'Casual Friday, but make it bitter.'], - 'stickers' => ['DEPT. 05', 'Stick it where they'll see it.'], + 'stickers' => ['DEPT. 05', 'Stick it where they\'ll see it.'], 'accessories' => ['DEPT. 06', 'The extras that speak for you.'], ];