Make WordPress Core


Ignore:
Timestamp:
10/10/2021 01:15:16 AM (3 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Revert [51900] for now to investigate test failures.

See #54162.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ID3/module.audio.flac.php

    r51900 r51901  
    403403        $info = &$this->getid3->info;
    404404
    405         $picture = array();
    406405        $picture['typeid']         = getid3_lib::BigEndian2Int($this->fread(4));
    407406        $picture['picturetype']    = self::pictureTypeLookup($picture['typeid']);
Note: See TracChangeset for help on using the changeset viewer.