mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-03 08:59:21 +08:00
Remove unnecessary unary operator
This commit is contained in:
parent
2be27d323d
commit
f94f82650a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class HTMLTemplates {
|
|||
protected static function new_tab() {
|
||||
$comment_options = get_option( 'discourse_comment' );
|
||||
|
||||
return ! empty( $comment_options['discourse-new-tab'] ) ? true : false;
|
||||
return ! empty( $comment_options['discourse-new-tab'] );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue