Changeset 45607 for trunk/tests/phpunit/tests/theme/support.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/support.php
r44138 r45607 143 143 144 144 function supports_foobar( $yesno, $args, $feature ) { 145 if ( $args[0] == $feature[0] ) {145 if ( $args[0] === $feature[0] ) { 146 146 return true; 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.