mirror of
git://develop.git.wordpress.org/
synced 2025-04-07 21:53:21 +02:00
Docs: Improve documentation for wp_die()
handlers after [45015] and [45016].
See #46543, #46025, #46026. git-svn-id: https://develop.svn.wordpress.org/trunk@45017 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
013a095ef4
commit
20ede58996
@ -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
|
||||
* @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
|
||||
* @access private
|
||||
|
Loading…
x
Reference in New Issue
Block a user