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:
parent
ddbee256ad
commit
a6b883434b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user