Remove unnecessary return by refs. Props wonderboymusic. fixes #21839

git-svn-id: https://develop.svn.wordpress.org/trunk@21792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-09-10 17:00:11 +00:00
parent 9360033fbe
commit 879cb8231b
9 changed files with 21 additions and 21 deletions

View File

@@ -19,7 +19,7 @@
*
* @return WP_Http HTTP Transport object.
*/
function &_wp_http_get_object() {
function _wp_http_get_object() {
static $http;
if ( is_null($http) )