From 2afe26faa553296f25c54fe2928791f29ef87c7d Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 30 Nov 2014 05:57:43 +0000 Subject: [PATCH] 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 --- src/wp-includes/media.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index a7dc2c1f79..a5642608fb 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -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 );