Merge pull request #1482 from Psykar/typofix

Adjust comments on ConditionalTagCheck to match actual functionality.
This commit is contained in:
Scott Walkinshaw
2015-06-02 10:14:11 -04:00

View File

@@ -4,7 +4,7 @@ namespace Roots\Sage;
/**
* 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