Ticket #9297: functions.php.diff
File functions.php.diff, 1.5 KB (added by , 16 years ago) |
---|
-
functions.php
1382 1382 $wp_header_to_desc = array( 1383 1383 100 => 'Continue', 1384 1384 101 => 'Switching Protocols', 1385 102 => 'Processing', 1385 1386 1386 1387 200 => 'OK', 1387 1388 201 => 'Created', … … 1390 1391 204 => 'No Content', 1391 1392 205 => 'Reset Content', 1392 1393 206 => 'Partial Content', 1394 207 => 'Multi-Status', 1395 226 => 'IM Used', 1393 1396 1394 1397 300 => 'Multiple Choices', 1395 1398 301 => 'Moved Permanently', … … 1397 1400 303 => 'See Other', 1398 1401 304 => 'Not Modified', 1399 1402 305 => 'Use Proxy', 1403 306 => 'Reserved', 1400 1404 307 => 'Temporary Redirect', 1401 1405 1402 1406 400 => 'Bad Request', 1403 1407 401 => 'Unauthorized', 1408 402 => 'Payment Required', 1404 1409 403 => 'Forbidden', 1405 1410 404 => 'Not Found', 1406 1411 405 => 'Method Not Allowed', … … 1416 1421 415 => 'Unsupported Media Type', 1417 1422 416 => 'Requested Range Not Satisfiable', 1418 1423 417 => 'Expectation Failed', 1424 422 => 'Unprocessable Entity', 1425 423 => 'Locked', 1426 424 => 'Failed Dependency', 1427 426 => 'Upgrade Required', 1419 1428 1420 1429 500 => 'Internal Server Error', 1421 1430 501 => 'Not Implemented', 1422 1431 502 => 'Bad Gateway', 1423 1432 503 => 'Service Unavailable', 1424 1433 504 => 'Gateway Timeout', 1425 505 => 'HTTP Version Not Supported' 1434 505 => 'HTTP Version Not Supported', 1435 506 => 'Variant Also Negotiates', 1436 507 => 'Insufficient Storage', 1437 510 => 'Not Extended' 1426 1438 ); 1427 1439 } 1428 1440