Ticket #13955: 13955.patch
File 13955.patch, 775 bytes (added by , 15 years ago) |
---|
-
wp-includes/functions.php
1534 1534 205 => 'Reset Content', 1535 1535 206 => 'Partial Content', 1536 1536 207 => 'Multi-Status', 1537 208 => 'Already Reported', 1537 1538 226 => 'IM Used', 1538 1539 1539 1540 300 => 'Multiple Choices', … … 1542 1543 303 => 'See Other', 1543 1544 304 => 'Not Modified', 1544 1545 305 => 'Use Proxy', 1545 306 => 'Reserved',1546 1546 307 => 'Temporary Redirect', 1547 1547 1548 1548 400 => 'Bad Request', … … 1576 1576 505 => 'HTTP Version Not Supported', 1577 1577 506 => 'Variant Also Negotiates', 1578 1578 507 => 'Insufficient Storage', 1579 508 => 'Loop Detected', 1579 1580 510 => 'Not Extended' 1580 1581 ); 1581 1582 }