Twenty Fifteen: Replace encoded HTML entities in the file header DocBlock for header.php with 'head element'.
Props iamtakashi. Fixes #30649. Built from https://develop.svn.wordpress.org/trunk@30798 git-svn-id: http://core.svn.wordpress.org/trunk@30788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2428fce4ed
commit
d72fac0131
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30797';
|
||||
$wp_version = '4.1-beta2-30798';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue