Skip to content

Commit

Permalink
Merge pull request #65 from atrol/fix-undefined-variable
Browse files Browse the repository at this point in the history
Fix undefined variable system notice
  • Loading branch information
bkraul authored Jun 5, 2019
2 parents e9deaf7 + 4788b02 commit 5cfbd73
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 5cfbd73

Please sign in to comment.