Changeset 56975 for trunk/src/wp-includes/ID3/module.tag.apetag.php
- Timestamp:
- 10/20/2023 01:27:56 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.tag.apetag.php
r52254 r56975 268 268 case 'cover art (recording)': 269 269 case 'cover art (studio)': 270 // list of possible cover arts from http ://taglib-sharp.sourcearchive.com/documentation/2.0.3.0-2/Ape_2Tag_8cs-source.html270 // list of possible cover arts from https://github.com/mono/taglib-sharp/blob/taglib-sharp-2.0.3.2/src/TagLib/Ape/Tag.cs 271 271 if (is_array($thisfile_ape_items_current['data'])) { 272 272 $this->warning('APEtag "'.$item_key.'" should be flagged as Binary data, but was incorrectly flagged as UTF-8'); … … 333 333 unset($comments_picture_data); 334 334 } 335 } while (false); 335 } while (false); // @phpstan-ignore-line 336 336 break; 337 337
Note: See TracChangeset
for help on using the changeset viewer.