Make WordPress Core


Ignore:
Timestamp:
09/10/2012 05:00:11 PM (13 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/http.php

    r20794 r21792  
    2020 * @return WP_Http HTTP Transport object.
    2121 */
    22 function &_wp_http_get_object() {
     22function _wp_http_get_object() {
    2323    static $http;
    2424
Note: See TracChangeset for help on using the changeset viewer.