From a6b883434b9f3f3f7b4288445041ce175f43bb33 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 25 Jun 2017 07:04:22 +0000 Subject: [PATCH] Docs: Fix alignment of the `$output` parameter in the hook doc for the `do_shortcode_tag` filter. See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@40937 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/shortcodes.php b/src/wp-includes/shortcodes.php index 4120683637..166a7f3c6c 100644 --- a/src/wp-includes/shortcodes.php +++ b/src/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.