Fix PHP syntax: escape apostrophe in stickers cat_meta line
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -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.'],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user