From 7e05cd199d7a40683af9e8d0f37089e81ced76d9 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Wed, 10 Dec 2014 03:01:18 +0000 Subject: [PATCH] Twenty Fifteen: Replace encoded HTML entities in the file header DocBlock for header.php with 'head element'. Props iamtakashi. Fixes #30649. git-svn-id: https://develop.svn.wordpress.org/trunk@30798 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/header.php b/src/wp-content/themes/twentyfifteen/header.php index 11671321fb..7a25d37edd 100644 --- a/src/wp-content/themes/twentyfifteen/header.php +++ b/src/wp-content/themes/twentyfifteen/header.php @@ -2,7 +2,7 @@ /** * The template for displaying the header * - * Displays all of the <head> section and everything up until the "site-content" div. + * Displays all of the head element and everything up until the "site-content" div. * * @package WordPress * @subpackage Twenty_Fifteen