Make WordPress Core

Changeset 45017


Ignore:
Timestamp:
03/26/2019 11:17:36 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve documentation for wp_die() handlers after [45015] and [45016].

See #46543, #46025, #46026.

File:
1 edited

Legend:

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

    r45016 r45017  
    33123312
    33133313/**
    3314  * Kill WordPress execution and display JSONP message with error message.
    3315  *
    3316  * This is the handler for wp_die when processing JSONP requests.
     3314 * Kills WordPress execution and displays JSONP response with an error message.
     3315 *
     3316 * This is the handler for wp_die() when processing JSONP requests.
    33173317 *
    33183318 * @since 5.2.0
     
    33863386
    33873387/**
    3388  * Kill WordPress execution and display XML message with error message.
    3389  *
    3390  * This is the handler for wp_die when processing XML requests.
     3388 * Kills WordPress execution and displays XML response with an error message.
     3389 *
     3390 * This is the handler for wp_die() when processing XML requests.
    33913391 *
    33923392 * @since 5.2.0
Note: See TracChangeset for help on using the changeset viewer.