Skip to content

Commit

Permalink
Make the code comment accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjohn committed Oct 29, 2015
1 parent 64b06b1 commit 44f6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ad-code-manager.php
Expand Up @@ -956,7 +956,7 @@ public function get_matching_ad_code( $tag_id ) {
$cond_result = true;
}

// Special trick: include '!' in front of the function name to reverse the result
// Special trick: include 'not_' in front of the function name to reverse the result
if ( 0 === strpos( $cond_func, 'not_' ) ) {
$cond_func = ltrim( $cond_func, 'not_' );
$cond_result = false;
Expand Down

0 comments on commit 44f6330

Please sign in to comment.