Docs: Update the `@since` version for the `doing_it_wrong_trigger_error` filter.

Fixes #34183.



git-svn-id: https://develop.svn.wordpress.org/trunk@44590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-15 00:51:44 +00:00
parent e121a5e03d
commit d7e86e8313
1 changed files with 1 additions and 1 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.