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
This commit is contained in:
parent
cc82d38f47
commit
4c60260c29
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue