mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
fclose removed, only use curl if we have to - http://mosquito.wordpress.org/view.php?id=1324 - hat tip: rboren
git-svn-id: https://develop.svn.wordpress.org/trunk@2606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1185,8 +1185,6 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
$context = str_replace("\n", ' ', $context);
|
||||
$context = str_replace('&', '&', $context);
|
||||
}
|
||||
|
||||
fclose($fp);
|
||||
|
||||
if (empty($context)) {
|
||||
// URL pattern not found
|
||||
|
||||
Reference in New Issue
Block a user