forked from mirror/_s
Better WordPress Coding standards.
This minor commit kicks off code improvements to _s so that it’s fully in line with WordPress Coding Standards rules.
This commit is contained in:
parent
eab9f19d63
commit
2540fb7b7f
|
@ -69,7 +69,7 @@ function _s_header_style() {
|
||||||
?>
|
?>
|
||||||
.site-title a,
|
.site-title a,
|
||||||
.site-description {
|
.site-description {
|
||||||
color: #<?php echo $header_text_color; ?>;
|
color: #<?php echo esc_attr( $header_text_color ); ?>;
|
||||||
}
|
}
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</style>
|
</style>
|
||||||
|
|
Reference in New Issue