Make WordPress Core

Changeset 36274


Ignore:
Timestamp:
01/13/2016 02:54:33 AM (9 years ago)
Author:
joehoyle
Message:

Add missing HTTP status code descriptions (specifically 308 and 421.)

Props kraftbj.
Fixes 35336.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r36273 r36274  
    995995            306 => 'Reserved',
    996996            307 => 'Temporary Redirect',
     997            308 => 'Permanent Redirect',
    997998
    998999            400 => 'Bad Request',
     
    10151016            417 => 'Expectation Failed',
    10161017            418 => 'I\'m a teapot',
     1018            421 => 'Misdirected Request',
    10171019            422 => 'Unprocessable Entity',
    10181020            423 => 'Locked',
Note: See TracChangeset for help on using the changeset viewer.