Changeset 49176 for trunk/src/wp-includes/SimplePie/Misc.php
- Timestamp:
- 10/16/2020 05:18:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/SimplePie/Misc.php
r47733 r49176 365 365 366 366 // Check that the encoding is supported 367 if (!in_array($input, mb_list_encodings())) 368 { 369 return false; 370 } 371 367 372 if (@mb_convert_encoding("\x80", 'UTF-16BE', $input) === "\x00\x80") 368 {369 return false;370 }371 if (!in_array($input, mb_list_encodings()))372 373 { 373 374 return false;
Note: See TracChangeset
for help on using the changeset viewer.