From e9b841f9c33e6894a219637d271d80ef8ac14446 Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Tue, 17 Jan 2023 09:16:12 -0600 Subject: [PATCH] Move version in theme.json. --- theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index 6b0dd98c..a46a8d0c 100644 --- a/theme.json +++ b/theme.json @@ -1,4 +1,5 @@ { + "version": 2, "$schema": "https://schemas.wp.org/trunk/theme.json", "customTemplates": [ { @@ -553,6 +554,5 @@ "name": "comments", "title": "Comments" } - ], - "version": 2 + ] } \ No newline at end of file