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:
Gary Pendergast 2019-01-15 00:52:50 +00:00
parent 2f288c306c
commit 6073c6e209
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.