Changeset 45607 for trunk/tests/phpunit/tests/formatting/WPSpecialchars.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WPSpecialchars.php
r42343 r45607 18 18 // Allowed entities should be unchanged 19 19 foreach ( $allowedentitynames as $ent ) { 20 if ( 'apos' == $ent ) {20 if ( 'apos' === $ent ) { 21 21 // But for some reason, PHP doesn't allow ' 22 22 continue;
Note: See TracChangeset
for help on using the changeset viewer.