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.tag.apetag.php

    r51900 r51901  
    361361
    362362        // shortcut
    363         $headerfooterinfo = array();
    364363        $headerfooterinfo['raw'] = array();
    365364        $headerfooterinfo_raw = &$headerfooterinfo['raw'];
     
    391390        // All are set to zero on creation and ignored on reading."
    392391        // http://wiki.hydrogenaud.io/index.php?title=Ape_Tags_Flags
    393         $flags                      = array();
    394392        $flags['header']            = (bool) ($rawflagint & 0x80000000);
    395393        $flags['footer']            = (bool) ($rawflagint & 0x40000000);
Note: See TracChangeset for help on using the changeset viewer.