Code Duplication    Length = 3-3 lines in 2 locations

src/wp-includes/ID3/getid3.php 2 locations

@@ 1246-1248 (lines=3) @@
1243
						foreach ($tagdata as $key => $tagarray) {
1244
							$this->info['comments']['picture'][] = $tagarray;
1245
							if (isset($tagarray['data']) && isset($tagarray['image_mime'])) {
1246
								if (isset($this->info['tags'][$tagtype][$tagname][$key])) {
1247
									unset($this->info['tags'][$tagtype][$tagname][$key]);
1248
								}
1249
								if (isset($this->info['tags_html'][$tagtype][$tagname][$key])) {
1250
									unset($this->info['tags_html'][$tagtype][$tagname][$key]);
1251
								}
@@ 1249-1251 (lines=3) @@
1246
								if (isset($this->info['tags'][$tagtype][$tagname][$key])) {
1247
									unset($this->info['tags'][$tagtype][$tagname][$key]);
1248
								}
1249
								if (isset($this->info['tags_html'][$tagtype][$tagname][$key])) {
1250
									unset($this->info['tags_html'][$tagtype][$tagname][$key]);
1251
								}
1252
							}
1253
						}
1254
					}