Make WordPress Core

Changeset 6025 for trunk/wp-settings.php


Ignore:
Timestamp:
09/03/2007 11:19:20 PM (18 years ago)
Author:
ryan
Message:

Strip lines that contain only whitespace down to newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r6017 r6025  
    4343        else
    4444            $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'] . $_SERVER['PATH_INFO'];
    45            
     45
    4646        // Append the query string if it exists and isn't null
    4747        if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
Note: See TracChangeset for help on using the changeset viewer.