parent
a5b2f118a2
commit
10931fa07b
5 changed files with 77 additions and 56 deletions
|
@ -110,7 +110,7 @@ function echo_style($style, $message)
|
|||
);
|
||||
$supports = has_color_support();
|
||||
|
||||
echo ($supports ? $styles[$style] : '').$message.($supports ? $styles['reset'] : '');
|
||||
echo($supports ? $styles[$style] : '').$message.($supports ? $styles['reset'] : '');
|
||||
}
|
||||
|
||||
function echo_block($style, $title, $message)
|
||||
|
|
Reference in a new issue