Changeset 51900 for trunk/src/wp-includes/ID3/module.audio.flac.php
- Timestamp:
- 10/10/2021 12:12:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.audio.flac.php
r48278 r51900 403 403 $info = &$this->getid3->info; 404 404 405 $picture = array(); 405 406 $picture['typeid'] = getid3_lib::BigEndian2Int($this->fread(4)); 406 407 $picture['picturetype'] = self::pictureTypeLookup($picture['typeid']);
Note: See TracChangeset
for help on using the changeset viewer.