diff --git a/src/wp-content/themes/twentyeleven/inc/theme-options.php b/src/wp-content/themes/twentyeleven/inc/theme-options.php
index 78be3b5aad..392230c7eb 100644
--- a/src/wp-content/themes/twentyeleven/inc/theme-options.php
+++ b/src/wp-content/themes/twentyeleven/inc/theme-options.php
@@ -339,18 +339,22 @@ function twentyeleven_settings_field_layout() {
  * @since Twenty Eleven 1.2
  */
 function twentyeleven_theme_options_render_page() {
+	$theme_name = '';
 	?>
 	<div class="wrap">
-		<?php screen_icon(); ?>
-		<?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?>
+		<?php 
+			screen_icon();
+			$theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : 'Twenty Eleven';
+		?>
 		<h2>
 		<?php
 		/* translators: %s: Theme name. */
 		printf( __( '%s Theme Options', 'twentyeleven' ), $theme_name );
 		?>
 		</h2>
-		<?php settings_errors(); ?>
-
+		<?php
+			settings_errors();
+		?>
 		<form method="post" action="options.php">
 			<?php
 				settings_fields( 'twentyeleven_options' );
diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css
index 66ee45694f..cb71a99084 100644
--- a/src/wp-content/themes/twentyfifteen/style.css
+++ b/src/wp-content/themes/twentyfifteen/style.css
@@ -61,7 +61,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
  * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
  */
 
-html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
+ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 	border: 0;
 	font-family: inherit;
 	font-size: 100%;
@@ -1686,7 +1686,7 @@ a.post-thumbnail:focus {
 .entry-summary h1,
 .page-content h1,
 .comment-content h1 {
-	font-size: 26px;
+	font-size: 32px;
 	font-size: 2.6rem;
 	line-height: 1.1538;
 	margin-top: 1.8462em;
@@ -1697,7 +1697,7 @@ a.post-thumbnail:focus {
 .entry-summary h2,
 .page-content h2,
 .comment-content h2 {
-	font-size: 22px;
+	font-size: 28px;
 	font-size: 2.2rem;
 	line-height: 1.3636;
 	margin-top: 2.1818em;
@@ -1708,7 +1708,7 @@ a.post-thumbnail:focus {
 .entry-summary h3,
 .page-content h3,
 .comment-content h3 {
-	font-size: 18px;
+	font-size: 24px;
 	font-size: 1.8rem;
 	line-height: 1.3333;
 	margin-top: 2.6667em;
@@ -1716,32 +1716,39 @@ a.post-thumbnail:focus {
 }
 
 .entry-content h4,
-.entry-content h5,
-.entry-content h6,
 .entry-summary h4,
-.entry-summary h5,
-.entry-summary h6,
 .page-content h4,
-.page-content h5,
-.page-content h6,
 .comment-content h4,
-.comment-content h5,
 .comment-content h6 {
-	font-size: 15px;
-	font-size: 1.5rem;
+	font-size: 22px;
+	font-size: 1.25rem;
 	line-height: 1.2;
 	margin-top: 3.2em;
 	margin-bottom: 1.6em;
 }
 
 .entry-content h5,
-.entry-content h6,
 .entry-summary h5,
-.entry-summary h6,
 .page-content h5,
+.comment-content h5 {
+	font-size: 20px;
+	font-size: 1.25rem;
+	line-height: 1.2;
+	margin-top: 3.2em;
+	margin-bottom: 1.6em;
+	letter-spacing: 0.1em;
+	text-transform: uppercase;
+}
+
+.entry-content h6,
+.entry-summary h6,
 .page-content h6,
-.comment-content h5,
 .comment-content h6 {
+	font-size: 18px;
+	font-size: 1.125rem;
+	line-height: 1.2;
+	margin-top: 3.2em;
+	margin-bottom: 1.6em;
 	letter-spacing: 0.1em;
 	text-transform: uppercase;
 }
@@ -3374,15 +3381,21 @@ p > video {
 	}
 
 	.entry-content h5,
-	.entry-content h6,
 	.entry-summary h5,
-	.entry-summary h6,
 	.page-content h5,
+	.comment-content h5 {
+		font-size: 18px;
+		font-size: 1.1257rem;
+		line-height: 1.2353;
+		margin-top: 3.2941em;
+		margin-bottom: 1.6471em;
+	}
+	.entry-content h6,
+	.entry-summary h6,
 	.page-content h6,
-	.comment-content h5,
 	.comment-content h6 {
-		font-size: 17px;
-		font-size: 1.7rem;
+		font-size: 16px;
+		font-size: 1rem;
 		line-height: 1.2353;
 		margin-top: 3.2941em;
 		margin-bottom: 1.6471em;
@@ -3948,18 +3961,27 @@ p > video {
 	}
 
 	.entry-content h5,
-	.entry-content h6,
 	.entry-summary h5,
-	.entry-summary h6,
 	.page-content h5,
+	.comment-content h5 {
+		font-size: 18px;
+		font-size: 1.125rem;
+		line-height: 1.2;
+		margin-top: 3.2em;
+		margin-bottom: 1.6em;
+		letter-spacing: 0.1em;
+	}
+
+	.entry-content h6,
+	.entry-summary h6,
 	.page-content h6,
-	.comment-content h5,
-	.comment-content h6 {
-		font-size: 19px;
-		font-size: 1.9rem;
-		line-height: 1.2632;
-		margin-top: 3.3684em;
-		margin-bottom: 1.6842em;
+	.comment-content h6{
+		font-size: 16px;
+		font-size: 1rem;
+		line-height: 1.2;
+		margin-top: 3.2em;
+		margin-bottom: 1.6em;
+		letter-spacing: 0.1em;
 	}
 
 	.entry-content .more-link:after,
@@ -4621,18 +4643,25 @@ p > video {
 	}
 
 	.entry-content h5,
-	.entry-content h6,
 	.entry-summary h5,
-	.entry-summary h6,
 	.page-content h5,
+	.comment-content h5 {
+		font-size: 18px;
+		font-size: 1.125rem;
+		line-height: 1.2;
+		margin-top: 3.2em;
+		margin-bottom: 1.6em;
+	}
+	.entry-content h6,
+	.entry-summary h6,
 	.page-content h6,
-	.comment-content h5,
 	.comment-content h6 {
-		font-size: 15px;
-		font-size: 1.5rem;
+		font-size: 16px;
+		font-size: 1rem;
 		line-height: 1.2;
 		margin-top: 3.2em;
 		margin-bottom: 1.6em;
+		letter-spacing: 0.1em;
 	}
 
 	.entry-content .more-link:after,
@@ -5759,19 +5788,26 @@ p > video {
 	}
 
 	.entry-content h5,
-	.entry-content h6,
 	.entry-summary h5,
-	.entry-summary h6,
 	.page-content h5,
-	.page-content h6,
-	.comment-content h5,
-	.comment-content h6 {
+	.comment-content h5 {
 		font-size: 19px;
 		font-size: 1.9rem;
 		line-height: 1.2632;
 		margin-top: 3.3684em;
 		margin-bottom: 1.6842em;
 	}
+	.entry-content h6,
+	.entry-summary h6,
+	.page-content h6,
+	.comment-content h6 {
+		font-size: 18px;
+		font-size: 1.125rem;
+		line-height: 1.2;
+		margin-top: 3.2em;
+		margin-bottom: 1.6em;
+		letter-spacing: 0.1em;
+	}
 
 	.entry-content .more-link:after,
 	.entry-summary .more-link:after {
