Changeset 3905 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 06/23/2006 08:17:39 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r3898 r3905 2123 2123 } 2124 2124 } 2125 $ret = $ base . $ret;2125 $ret = $protocol . $base . $ret; 2126 2126 return trim($ret, '?'); 2127 2127 }
Note: See TracChangeset
for help on using the changeset viewer.