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:
Drew Jaynes (DrewAPicture) 2014-11-30 05:57:43 +00:00
parent 6d7bbcbc04
commit 2afe26faa5
1 changed files with 2 additions and 2 deletions

View File

@ -1040,8 +1040,8 @@ function gallery_shortcode( $attr ) {
* *
* @since 2.5.0 * @since 2.5.0
* *
* @param string $gallery_style Default gallery shortcode CSS styles. * @param string $gallery_style Default CSS styles and opening HTML div container
* @param string $gallery_div Opening HTML div container for the gallery shortcode output. * for the gallery shortcode output.
*/ */
$output = apply_filters( 'gallery_style', $gallery_style . $gallery_div ); $output = apply_filters( 'gallery_style', $gallery_style . $gallery_div );