Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed May 20, 2017
2 parents 33e1230 + 2d2309a commit 11ab5ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/bugnote_api.php
Expand Up @@ -534,7 +534,9 @@ function bugnote_get_all_visible_as_string( $p_bug_id, $p_user_bugnote_order, $p
$t_note_string .= "\n" . $t_note->note . "\n";

if ( !empty( $t_output ) ) {
$t_output .= "---\n";
# Use a marker that doesn't confuse markdown parser.
# `---` or `===` would mark previous line as a header.
$t_output .= "=-=\n";
}

$t_output .= $t_note_string;
Expand Down

0 comments on commit 11ab5ed

Please sign in to comment.