From 6073c6e209f3877c2d4291f76e3cb3db1c874a99 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 15 Jan 2019 00:52:50 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 66e1921ac7..43fa628b89 100644 --- a/wp-includes/functions.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index eb5d9f3624..a64a5ab56e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.