Make WordPress Core


Ignore:
Timestamp:
06/23/2006 08:17:39 PM (20 years ago)
Author:
ryan
Message:

Don't forget the protocol. Props tereshchenko. #2853

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-includes/functions.php

    r3898 r3905  
    21232123                }
    21242124        }
    2125         $ret = $base . $ret;
     2125        $ret = $protocol . $base . $ret;
    21262126        return trim($ret, '?');
    21272127}
Note: See TracChangeset for help on using the changeset viewer.