Docs: Update the `@since` version for the `doing_it_wrong_trigger_error` filter.
Fixes #34183. Built from https://develop.svn.wordpress.org/trunk@44590 git-svn-id: http://core.svn.wordpress.org/trunk@44421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2f288c306c
commit
6073c6e209
|
@ -4497,7 +4497,7 @@ function _doing_it_wrong( $function, $message, $version ) {
|
|||
* Filters whether to trigger an error for _doing_it_wrong() calls.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @since 5.0.0 Added the $function, $message and $version parameters.
|
||||
* @since 5.1.0 Added the $function, $message and $version parameters.
|
||||
*
|
||||
* @param bool $trigger Whether to trigger the error for _doing_it_wrong() calls. Default true.
|
||||
* @param string $function The function that was called.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-beta1-44589';
|
||||
$wp_version = '5.1-beta1-44590';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue