Changeset 3897 for trunk/wp-includes/functions.php
- Timestamp:
- 06/22/2006 03:40:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3894 r3897 701 701 $query = $parts[1]; 702 702 } 703 } else if ( strstr($uri, '/') ) {703 } else if ( !empty($protocol) || strstr($uri, '/') ) { 704 704 $base = $uri . '?'; 705 705 $query = '';
Note: See TracChangeset
for help on using the changeset viewer.