Ticket #19596: 19601.diff
File 19601.diff, 1.7 KB (added by , 13 years ago) |
---|
-
wp-includes/functions.php
1591 1591 100 => 'Continue', 1592 1592 101 => 'Switching Protocols', 1593 1593 102 => 'Processing', 1594 103 => 'Checkpoint', 1595 122 => 'Request-URI too long', 1594 1596 1595 1597 200 => 'OK', 1596 1598 201 => 'Created', … … 1600 1602 205 => 'Reset Content', 1601 1603 206 => 'Partial Content', 1602 1604 207 => 'Multi-Status', 1605 208 => 'Already Reported', 1603 1606 226 => 'IM Used', 1604 1607 1605 1608 300 => 'Multiple Choices', … … 1610 1613 305 => 'Use Proxy', 1611 1614 306 => 'Reserved', 1612 1615 307 => 'Temporary Redirect', 1616 308 => 'Resume Incomplete', 1613 1617 1614 1618 400 => 'Bad Request', 1615 1619 401 => 'Unauthorized', … … 1629 1633 415 => 'Unsupported Media Type', 1630 1634 416 => 'Requested Range Not Satisfiable', 1631 1635 417 => 'Expectation Failed', 1636 418 => 'I\'m a teapot', 1632 1637 422 => 'Unprocessable Entity', 1633 1638 423 => 'Locked', 1634 1639 424 => 'Failed Dependency', 1640 425 => 'Unordered Collection', 1635 1641 426 => 'Upgrade Required', 1642 428 => 'Precondition Required', 1643 429 => 'Too Many Requests', 1644 431 => 'Request Header Fields Too Large', 1645 444 => 'No Response', 1646 449 => 'Retry With', 1647 450 => 'Blocked by Windows Parental Controls', 1648 499 => 'Client Closed Request', 1636 1649 1637 1650 500 => 'Internal Server Error', 1638 1651 501 => 'Not Implemented', … … 1642 1655 505 => 'HTTP Version Not Supported', 1643 1656 506 => 'Variant Also Negotiates', 1644 1657 507 => 'Insufficient Storage', 1645 510 => 'Not Extended' 1658 508 => 'Loop Detected', 1659 509 => 'Bandwidth Limit Exceeded', 1660 510 => 'Not Extended', 1661 511 => 'Network Authentication Required' 1646 1662 ); 1647 1663 } 1648 1664