diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index 4120683637..166a7f3c6c 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -349,7 +349,7 @@ function do_shortcode_tag( $m ) { * * @since 4.7.0 * - * @param string $output Shortcode output. + * @param string $output Shortcode output. * @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 7a1efabc53..c9f0a56b8d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40936'; +$wp_version = '4.9-alpha-40937'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.