From 4c60260c29d54184f74cfa48e06bfb20940a053f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 25 Jun 2017 07:06:22 +0000 Subject: [PATCH] Docs: Fix alignment of the `$output` parameter in the hook doc for the `do_shortcode_tag` filter. See #41017. Built from https://develop.svn.wordpress.org/trunk@40937 git-svn-id: http://core.svn.wordpress.org/trunk@40787 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/shortcodes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.