Skip to content

Commit

Permalink
sneaky whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
trepmal committed Feb 8, 2021
1 parent 4f662a8 commit ce1b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip-helpers/vip-notoptions-mitigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function notoptions_mitigation() {

foreach ( $notoptions as $v ) {
// notoptions should never have !true values, see get_option()
// break on any values not equal to (bool)true.
// break on any values not equal to (bool)true.
if ( true !== $v ) {
$invalid = true;
break;
Expand Down

0 comments on commit ce1b582

Please sign in to comment.