Make WordPress Core


Ignore:
Timestamp:
10/24/2016 01:12:52 PM (8 years ago)
Author:
johnbillion
Message:

General: Correct the docs for the default HTTP status code used by wp_die().

See #37770

File:
1 edited

Legend:

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

    r38863 r38884  
    25752575 *     as the response code. Default empty array.
    25762576 *
    2577  *     @type int    $response       The HTTP response code. Default 500.
     2577 *     @type int    $response       The HTTP response code. Default 200 for Ajax requests, 500 otherwise.
    25782578 *     @type bool   $back_link      Whether to include a link to go back. Default false.
    25792579 *     @type string $text_direction The text direction. This is only useful internally, when WordPress
Note: See TracChangeset for help on using the changeset viewer.