From dd6d39ba9d4773d28200e75b26dab9c76118da7b Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 17:54:09 +0000 Subject: [PATCH] Twenty Fourteen: remove trailing slashes on void elements such as meta and link, and remove type attribute from script element. See #24499. Built from https://develop.svn.wordpress.org/trunk@26672 git-svn-id: http://core.svn.wordpress.org/trunk@26562 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/header.php | 12 ++++++------ wp-content/themes/twentyfourteen/inc/widgets.php | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentyfourteen/header.php b/wp-content/themes/twentyfourteen/header.php index 00b2dca0d5..6ff4b39873 100644 --- a/wp-content/themes/twentyfourteen/header.php +++ b/wp-content/themes/twentyfourteen/header.php @@ -19,13 +19,13 @@ class="no-js"> - - + + <?php wp_title( '|', true, 'right' ); ?> - - + + @@ -35,7 +35,7 @@ diff --git a/wp-content/themes/twentyfourteen/inc/widgets.php b/wp-content/themes/twentyfourteen/inc/widgets.php index b0e7585de4..041680de21 100644 --- a/wp-content/themes/twentyfourteen/inc/widgets.php +++ b/wp-content/themes/twentyfourteen/inc/widgets.php @@ -234,10 +234,10 @@ class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { $format = isset( $instance['format'] ) && in_array( $instance['format'], $this->formats ) ? $instance['format'] : 'aside'; ?>

-

+

-

+