Make WordPress Core

Changeset 8600 for trunk/wp-app.php


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r8390 r8600  
    176176            $path = $_SERVER['ORIG_PATH_INFO'];
    177177        else
    178             $path = $_SERVER['PATH_INFO']; 
     178            $path = $_SERVER['PATH_INFO'];
    179179
    180180        $method = $_SERVER['REQUEST_METHOD'];
Note: See TracChangeset for help on using the changeset viewer.