Remove an invalid parameter from the DocBlock for the `gallery_style` hook.
Props keesiemeijer. Fixes #30507. Built from https://develop.svn.wordpress.org/trunk@30635 git-svn-id: http://core.svn.wordpress.org/trunk@30625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
68f0690aa4
commit
1e10385a90
|
@ -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 );
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-beta2-30634';
|
$wp_version = '4.1-beta2-30635';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue