Skip to content

Commit

Permalink
Fix undefined variable system notice
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Jun 5, 2019
1 parent e9deaf7 commit 4788b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BBCodePlus/BBCodePlus.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ function content_begin() {
# display a warning if markdown processing is on.
$output = '<div class="alert alert-warning" id="check-notice-warnings">'.
plugin_lang_get( 'title' ) . ': '. plugin_lang_get( 'markdown_warning' ) . '</div>';
} else {
$output = '';
}
return $output;
}
Expand Down

0 comments on commit 4788b02

Please sign in to comment.