diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php index 11671321fb..7a25d37edd 100644 --- a/wp-content/themes/twentyfifteen/header.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index e9fbd42327..824aeaf6c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.