From 68cfacf9ecca9fbb503107a9fbf28aad9f6e80ff Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sun, 18 May 2014 21:36:15 +0000 Subject: [PATCH] `hackificator` bails on this file because the `` isn't self-closing. See #27881. Built from https://develop.svn.wordpress.org/trunk@28482 git-svn-id: http://core.svn.wordpress.org/trunk@28308 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/customize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/customize.php b/wp-admin/customize.php index b1485d1f46..1faf371cd9 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -63,7 +63,7 @@ $body_class = 'wp-core-ui wp-customizer js'; if ( wp_is_mobile() ) : $body_class .= ' mobile'; - ?>