Remove an invalid parameter from the DocBlock for the gallery_style
hook.
Props keesiemeijer. Fixes #30507. git-svn-id: https://develop.svn.wordpress.org/trunk@30635 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6d7bbcbc04
commit
2afe26faa5
@ -1040,8 +1040,8 @@ function gallery_shortcode( $attr ) {
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
* @param string $gallery_style Default gallery shortcode CSS styles.
|
||||
* @param string $gallery_div Opening HTML div container for the gallery shortcode output.
|
||||
* @param string $gallery_style Default CSS styles and opening HTML div container
|
||||
* for the gallery shortcode output.
|
||||
*/
|
||||
$output = apply_filters( 'gallery_style', $gallery_style . $gallery_div );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user