Changeset 3905
- Timestamp:
- 06/23/06 20:17:39 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
