申し訳ありません、おそらく下記の修正で直ると思いますが・・・
wp-includes/functions.phpの1662行目
echo '<style type="text/css" midia="screen">@import url('.wp_siteurl() .'/wp-blockstyle.php);</style
を
if ($echo) {
echo '<style type="text/css" midia="screen">@import url('.wp_siteurl() .'/wp-blockstyle.php);</style>'."\n";
} else {
return '@import url('.wp_siteurl() .'/wp-blockstyle.php);';
}
に変更して頂きませんでしょうか