Fix PHP syntax: escape apostrophe in stickers cat_meta line

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-03 01:35:59 +00:00
parent 71ef7d2106
commit 56f9d40151

View File

@@ -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.'],
];