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
This commit is contained in:
Drew Jaynes 2017-06-25 07:04:22 +00:00
parent ddbee256ad
commit a6b883434b
1 changed files with 1 additions and 1 deletions

View File

@ -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.