close

Make WordPress Core

Changeset 61993


Ignore:
Timestamp:
03/12/2026 06:29:13 PM (25 hours ago)
Author:
johnbillion
Message:

Media: Add a doc comment for the XML2array() method in getID3.

This is a test commit to ensure the 5.2 branch is operating correctly on the SVN server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/src/wp-includes/ID3/getid3.lib.php

    r41196 r61993  
    536536    }
    537537
     538    /**
     539     * Converts an XML string to an array, using SimpleXML if available
     540     */
    538541    public static function XML2array($XMLstring) {
    539542        if (function_exists('simplexml_load_string') && function_exists('libxml_disable_entity_loader')) {
Note: See TracChangeset for help on using the changeset viewer.