SimplePie: Merge 5e046a3 from upstream. props rlerdorf, see #24210.
5e046a3e68
git-svn-id: http://core.svn.wordpress.org/trunk@24589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
22b6c3bcc9
commit
b7b1d9e1ed
|
@ -124,7 +124,7 @@ class SimplePie_Misc
|
||||||
{
|
{
|
||||||
$attribs[$j][2] = $attribs[$j][1];
|
$attribs[$j][2] = $attribs[$j][1];
|
||||||
}
|
}
|
||||||
$return[$i]['attribs'][strtolower($attribs[$j][1])]['data'] = SimplePie_Misc::entities_decode(end($attribs[$j]), 'UTF-8');
|
$return[$i]['attribs'][strtolower($attribs[$j][1])]['data'] = SimplePie_Misc::entities_decode(end($attribs[$j]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue