Completed
Push — master ( df5ae3...80236c )
by SILENT
02:22
created
inc/custom-header.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
 if ( ! function_exists( 'strip_header_style' ) ) :
36 36
 
37 37
 	/**
38
- * Register default header image
39
- */
38
+	 * Register default header image
39
+	 */
40 40
 	register_default_headers( array(
41 41
 		'DefaultHeader' => array(
42 42
 		'url'  			=> get_template_directory_uri() . '/assets/images/Default-header.png',
Please login to merge, or discard this patch.
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,11 +71,14 @@
 block discarded – undo
71 71
 			}
72 72
 		<?php
73 73
 			// If the user has set a custom color for the text use that.
74
-			else :
74
+			else {
75
+				:
75 76
 		?>
76 77
 			.site-title a,
77 78
 			.site-description {
78
-				color: #<?php echo esc_attr( $header_text_color ); ?>;
79
+				color: #<?php echo esc_attr( $header_text_color );
80
+			}
81
+			?>;
79 82
 			}
80 83
 			.site-title {
81 84
 				border-color: #<?php echo esc_attr( $header_text_color ); ?>;
Please login to merge, or discard this patch.