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

See #46543, #46025, #46026.
Built from https://develop.svn.wordpress.org/trunk@45017


git-svn-id: http://core.svn.wordpress.org/trunk@44826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-26 23:18:53 +00:00
parent 546841949f
commit 65b1cbfd45
2 changed files with 5 additions and 5 deletions

View File

@ -3311,9 +3311,9 @@ function _json_wp_die_handler( $message, $title = '', $args = array() ) {
} }
/** /**
* Kill WordPress execution and display JSONP message with error message. * Kills WordPress execution and displays JSONP response with an error message.
* *
* This is the handler for wp_die when processing JSONP requests. * This is the handler for wp_die() when processing JSONP requests.
* *
* @since 5.2.0 * @since 5.2.0
* @access private * @access private
@ -3385,9 +3385,9 @@ function _xmlrpc_wp_die_handler( $message, $title = '', $args = array() ) {
} }
/** /**
* Kill WordPress execution and display XML message with error message. * Kills WordPress execution and displays XML response with an error message.
* *
* This is the handler for wp_die when processing XML requests. * This is the handler for wp_die() when processing XML requests.
* *
* @since 5.2.0 * @since 5.2.0
* @access private * @access private

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.2-alpha-45016'; $wp_version = '5.2-alpha-45017';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.