Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (18 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r5446 r5700  
    3939    100 => 'Continue',
    4040    101 => 'Switching Protocols',
    41    
     41
    4242    200 => 'OK',
    4343    201 => 'Created',
     
    4747    205 => 'Reset Content',
    4848    206 => 'Partial Content',
    49    
     49
    5050    300 => 'Multiple Choices',
    5151    301 => 'Moved Permanently',
     
    5555    305 => 'Use Proxy',
    5656    307 => 'Temporary Redirect',
    57    
     57
    5858    400 => 'Bad Request',
    5959    401 => 'Unauthorized',
     
    7373    416 => 'Requested Range Not Satisfiable',
    7474    417 => 'Expectation Failed',
    75    
     75
    7676    500 => 'Internal Server Error',
    7777    501 => 'Not Implemented',
Note: See TracChangeset for help on using the changeset viewer.