Skip to content

Commit

Permalink
Merge pull request roots#1482 from Psykar/typofix
Browse files Browse the repository at this point in the history
Adjust comments on ConditionalTagCheck to match actual functionality.
  • Loading branch information
swalkinshaw committed Jun 2, 2015
2 parents fd8d9ac + 4c51724 commit 71c2e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/conditional-tag-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* Utility class which takes an array of conditional tags (or any function which returns a boolean)
* and returns `true` if *any* of them are `true`, and `false` otherwise.
* and returns `false` if *any* of them are `true`, and `true` otherwise.
*
* @param array list of conditional tags (http://codex.wordpress.org/Conditional_Tags)
* or custom function which returns a boolean
Expand Down

0 comments on commit 71c2e78

Please sign in to comment.