Changeset 6031
- Timestamp:
- 09/04/2007 05:26:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6030 r6031 628 628 $query = $parts[1]; 629 629 } 630 } elseif (!empty($protocol) || ( strpos($uri, '/') !== false && strpos($uri, '=') === false )) {630 } elseif (!empty($protocol) || strpos($uri, '=') === false ) { 631 631 $base = $uri . '?'; 632 632 $query = '';
Note: See TracChangeset
for help on using the changeset viewer.