mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user