Code Duplication    Length = 4-4 lines in 2 locations

src/wp-includes/SimplePie/Misc.php 2 locations

@@ 213-216 (lines=4) @@
210
		{
211
			return "feed:$url";
212
		}
213
		elseif ($http === 3 && strtolower($parsed['scheme']) === 'http')
214
		{
215
			return substr_replace($url, 'podcast', 0, 4);
216
		}
217
		elseif ($http === 4 && strtolower($parsed['scheme']) === 'http')
218
		{
219
			return substr_replace($url, 'itpc', 0, 4);
@@ 217-220 (lines=4) @@
214
		{
215
			return substr_replace($url, 'podcast', 0, 4);
216
		}
217
		elseif ($http === 4 && strtolower($parsed['scheme']) === 'http')
218
		{
219
			return substr_replace($url, 'itpc', 0, 4);
220
		}
221
		else
222
		{
223
			return $url;