From df1c7771dad75447908aab4a371c0b3307ed24e6 Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Thu, 30 Jan 2020 21:53:48 +0000 Subject: [PATCH] Fixes PHPCS Introduced in [47135]. There was extra whitespace in the previous commit, this removes it. See #48552 git-svn-id: https://develop.svn.wordpress.org/trunk@47139 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwenty/functions.php b/src/wp-content/themes/twentytwenty/functions.php index 1ce76a6f6d..5fe5f58e8a 100644 --- a/src/wp-content/themes/twentytwenty/functions.php +++ b/src/wp-content/themes/twentytwenty/functions.php @@ -121,7 +121,7 @@ function twentytwenty_theme_support() { // Add support for responsive embeds. add_theme_support( 'responsive-embeds' ); - + /* * Adds starter content to highlight the theme on fresh sites. * This is done conditionally to avoid loading the starter content on every