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