Skip to content

Commit f3a1716

Browse files
committed
Wrap customizer CSS test in newlines
1 parent 62d59c2 commit f3a1716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ function wp_custom_css_cb() {
19771977
$processor->set_attribute( 'type', 'text/css' );
19781978
}
19791979
$processor->set_attribute( 'id', 'wp-custom-css' );
1980-
$processor->set_modifiable_text( $styles );
1980+
$processor->set_modifiable_text( "\n{$styles}\n" );
19811981
echo $processor->get_updated_html();
19821982
}
19831983

0 commit comments

Comments
 (0)