Bootstrap/Load: Update the `@since` entry for `wp_die()`.
See #46038 Built from https://develop.svn.wordpress.org/trunk@44682 git-svn-id: http://core.svn.wordpress.org/trunk@44513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
71e3633f3f
commit
63a2dc94c6
|
@ -2935,7 +2935,7 @@ function wp_nonce_ays( $action ) {
|
||||||
* @since 2.0.4
|
* @since 2.0.4
|
||||||
* @since 4.1.0 The `$title` and `$args` parameters were changed to optionally accept
|
* @since 4.1.0 The `$title` and `$args` parameters were changed to optionally accept
|
||||||
* an integer to be used as the response code.
|
* 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,
|
* @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.
|
* and not an Ajax or XML-RPC request, the error's messages are used.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-beta1-44681';
|
$wp_version = '5.1-beta1-44682';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue