SimplePie: Merge 5e046a3 from upstream. props rlerdorf, see #24210.
5e046a3e68
git-svn-id: https://develop.svn.wordpress.org/trunk@24589 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
614c954c42
commit
2b64842c3b
@ -124,7 +124,7 @@ class SimplePie_Misc
|
||||
{
|
||||
$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
Block a user