Changeset 5700 for trunk/wp-includes/vars.php
- Timestamp:
- 06/14/2007 02:25:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r5446 r5700 39 39 100 => 'Continue', 40 40 101 => 'Switching Protocols', 41 41 42 42 200 => 'OK', 43 43 201 => 'Created', … … 47 47 205 => 'Reset Content', 48 48 206 => 'Partial Content', 49 49 50 50 300 => 'Multiple Choices', 51 51 301 => 'Moved Permanently', … … 55 55 305 => 'Use Proxy', 56 56 307 => 'Temporary Redirect', 57 57 58 58 400 => 'Bad Request', 59 59 401 => 'Unauthorized', … … 73 73 416 => 'Requested Range Not Satisfiable', 74 74 417 => 'Expectation Failed', 75 75 76 76 500 => 'Internal Server Error', 77 77 501 => 'Not Implemented',
Note: See TracChangeset
for help on using the changeset viewer.