Changeset 13770 for trunk/wp-includes/load.php
- Timestamp:
- 03/19/2010 09:29:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r13599 r13770 63 63 64 64 // Append the query string if it exists and isn't null 65 if ( isset( $_SERVER['QUERY_STRING'] ) && !empty( $_SERVER['QUERY_STRING'] ) ) {65 if ( ! empty( $_SERVER['QUERY_STRING'] ) ) { 66 66 $_SERVER['REQUEST_URI'] .= '?' . $_SERVER['QUERY_STRING']; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.