Merge pull request #1482 from Psykar/typofix
Adjust comments on ConditionalTagCheck to match actual functionality.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user