diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 74e0b20c88..908fa6fc88 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -330,13 +330,13 @@ if ( ! function_exists( 'twentyeleven_admin_header_image' ) ) : function twentyeleven_admin_header_image() { ?>
+ } + ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 1615098876..339f60beee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31266'; +$wp_version = '4.2-alpha-31267'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.