From 64f0198ed2e8381d7ca146af777d93d667be9249 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 22 Oct 2016 23:37:52 +0100 Subject: [PATCH] Don't enable all theme supports automatically --- config/supports.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/supports.php b/config/supports.php index 16e195a..f586635 100644 --- a/config/supports.php +++ b/config/supports.php @@ -1,13 +1,10 @@ [], + 'post-thumbnails' => ['post'], 'automatic-feed-links', 'html5' => ['comment-list', 'comment-form', 'search-form', 'gallery', 'caption'], 'title-tag', - 'customize-selective-refresh-widgets' + ]; -- libgit2 1.7.2