diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index 938e796fa7..e0812225a5 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -340,7 +340,7 @@ function do_shortcode_tag( $m ) { * * @since 4.7.0 * - * @param false|string $return Short-circuit return value. Either false or the value to replace the shortcode with. + * @param false|string $output Short-circuit return value. Either false or the value to replace the shortcode with. * @param string $tag Shortcode name. * @param array|string $attr Shortcode attributes array or empty string. * @param array $m Regular expression match array. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f58fed3bd..c2017257c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55118'; +$wp_version = '6.2-alpha-55119'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.