From 01fa4c0c1ec73bcb94f4ba8e0b0acda3cd220383 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sun, 18 May 2014 21:35:03 +0000 Subject: [PATCH] `hackificator` bails on this file because the `` isn't self-closing. See #27881. git-svn-id: https://develop.svn.wordpress.org/trunk@28482 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/customize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index b1485d1f46..1faf371cd9 100644 --- a/src/wp-admin/customize.php +++ b/src/wp-admin/customize.php @@ -63,7 +63,7 @@ $body_class = 'wp-core-ui wp-customizer js'; if ( wp_is_mobile() ) : $body_class .= ' mobile'; - ?>