--- a/wp/wp-includes/ID3/module.tag.apetag.php Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/ID3/module.tag.apetag.php Fri Sep 05 18:40:08 2025 +0200
@@ -267,7 +267,7 @@
case 'cover art (publisher logo)':
case 'cover art (recording)':
case 'cover art (studio)':
- // list of possible cover arts from http://taglib-sharp.sourcearchive.com/documentation/2.0.3.0-2/Ape_2Tag_8cs-source.html
+ // list of possible cover arts from https://github.com/mono/taglib-sharp/blob/taglib-sharp-2.0.3.2/src/TagLib/Ape/Tag.cs
if (is_array($thisfile_ape_items_current['data'])) {
$this->warning('APEtag "'.$item_key.'" should be flagged as Binary data, but was incorrectly flagged as UTF-8');
$thisfile_ape_items_current['data'] = implode("\x00", $thisfile_ape_items_current['data']);
@@ -332,7 +332,7 @@
$info['ape']['comments']['picture'][] = $comments_picture_data;
unset($comments_picture_data);
}
- } while (false);
+ } while (false); // @phpstan-ignore-line
break;
default: