Changeset 61993
- Timestamp:
- 03/12/2026 06:29:13 PM (25 hours ago)
- File:
-
- 1 edited
-
branches/5.2/src/wp-includes/ID3/getid3.lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/wp-includes/ID3/getid3.lib.php
r41196 r61993 536 536 } 537 537 538 /** 539 * Converts an XML string to an array, using SimpleXML if available 540 */ 538 541 public static function XML2array($XMLstring) { 539 542 if (function_exists('simplexml_load_string') && function_exists('libxml_disable_entity_loader')) {
Note: See TracChangeset
for help on using the changeset viewer.