Skip to content

Commit 44f6330

Browse files
author
philipjohn
committed
Make the code comment accurate
1 parent 64b06b1 commit 44f6330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ad-code-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ public function get_matching_ad_code( $tag_id ) {
956956
$cond_result = true;
957957
}
958958

959-
// Special trick: include '!' in front of the function name to reverse the result
959+
// Special trick: include 'not_' in front of the function name to reverse the result
960960
if ( 0 === strpos( $cond_func, 'not_' ) ) {
961961
$cond_func = ltrim( $cond_func, 'not_' );
962962
$cond_result = false;

0 commit comments

Comments
 (0)