﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20673	Function split() is deprecated	gregrobson		"Encountered the following email error from a plugin.

''Bei Fen has encountered an error: 8192, Function split() is deprecated, /wp-includes/rss.php, 104''

I have checked rss.php, on line 104.


{{{
list($ns, $el) = split( ':', $element, 2);[[BR]]
}}}
change to[[BR]]
{{{
list($ns, $el) = explode( ':', $element, 2);[[BR]]
}}}
split() is now deprecated in PHP 5.3"	defect (bug)	closed	normal		External Libraries	3.3.2	trivial	wontfix		
