Make WordPress Core

Changeset 42207


Ignore:
Timestamp:
11/20/2017 08:34:52 PM (7 years ago)
Author:
johnbillion
Message:

HTTP API: Add support for a description for HTTP status code 103.

Props Dhruvin

Fixes #42490

File:
1 edited

Legend:

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

    r42201 r42207  
    968968 *
    969969 * @since 2.3.0
     970 * @since 3.9.0 Added status codes 418, 428, 429, 431, and 511.
     971 * @since 4.5.0 Added status codes 308, 421, and 451.
     972 * @since 5.0.0 Added status code 103.
    970973 *
    971974 * @global array $wp_header_to_desc
     
    984987            101 => 'Switching Protocols',
    985988            102 => 'Processing',
     989            103 => 'Early Hints',
    986990
    987991            200 => 'OK',
Note: See TracChangeset for help on using the changeset viewer.