From d7e86e83136a22939f0fb4f923086f30146d3269 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 15 Jan 2019 00:51:44 +0000 Subject: [PATCH] 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 --- 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 66e1921ac7..43fa628b89 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -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.