diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 35c2b1bd21..fe378341aa 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -5332,7 +5332,7 @@ function absint( $maybeint ) { /** * Marks a function as deprecated and inform when it has been used. * - * There is a {@see 'hook deprecated_function_run'} that will be called that can be used + * There is a hook {@see 'deprecated_function_run'} that will be called that can be used * to get the backtrace up to what file and function called the deprecated * function. * diff --git a/wp-includes/version.php b/wp-includes/version.php index bd988c90e7..7e259df5f8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54291'; +$wp_version = '6.1-beta1-54292'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.