Changeset 51901 for trunk/src/wp-includes/ID3/module.tag.apetag.php
- Timestamp:
- 10/10/2021 01:15:16 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.tag.apetag.php
r51900 r51901 361 361 362 362 // shortcut 363 $headerfooterinfo = array();364 363 $headerfooterinfo['raw'] = array(); 365 364 $headerfooterinfo_raw = &$headerfooterinfo['raw']; … … 391 390 // All are set to zero on creation and ignored on reading." 392 391 // http://wiki.hydrogenaud.io/index.php?title=Ape_Tags_Flags 393 $flags = array();394 392 $flags['header'] = (bool) ($rawflagint & 0x80000000); 395 393 $flags['footer'] = (bool) ($rawflagint & 0x40000000);
Note: See TracChangeset
for help on using the changeset viewer.