Remove extraneuos newlines

git-svn-id: https://develop.svn.wordpress.org/trunk@19623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-12-21 18:42:11 +00:00
parent ef0a93fea9
commit cb374258bb
9 changed files with 0 additions and 25 deletions

View File

@@ -535,8 +535,6 @@ class WP_Http {
else
return !in_array( $check['host'], $accessible_hosts ); //Inverse logic, If its in the array, then we can't access it.
}
}