diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 10a60896ec..4efc00f389 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index f24465f2e2..1e51681ed6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.