From dba1a0f43671eb30d994ace97ab8a2ecaf17676f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 21 Jan 2019 22:51:07 +0000 Subject: [PATCH] Bootstrap/Load: Update the `@since` entry for `wp_die()`. See #46038 git-svn-id: https://develop.svn.wordpress.org/trunk@44682 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 2da51d3e3f..87a77b572e 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -2935,7 +2935,7 @@ function wp_nonce_ays( $action ) { * @since 2.0.4 * @since 4.1.0 The `$title` and `$args` parameters were changed to optionally accept * an integer to be used as the response code. - * @since 5.1.0 The `$link_url` and `$link_text` arguments were added. + * @since 5.1.0 The `$link_url`, `$link_text`, and `$exit` arguments were added. * * @param string|WP_Error $message Optional. Error message. If this is a WP_Error object, * and not an Ajax or XML-RPC request, the error's messages are used.