Make WordPress Core

Changeset 30635


Ignore:
Timestamp:
11/30/2014 05:57:43 AM (10 years ago)
Author:
DrewAPicture
Message:

Remove an invalid parameter from the DocBlock for the gallery_style hook.

Props keesiemeijer.
Fixes #30507.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r30633 r30635  
    10411041     * @since 2.5.0
    10421042     *
    1043      * @param string $gallery_style Default gallery shortcode CSS styles.
    1044      * @param string $gallery_div   Opening HTML div container for the gallery shortcode output.
     1043     * @param string $gallery_style Default CSS styles and opening HTML div container
     1044     *                             for the gallery shortcode output.
    10451045     */
    10461046    $output = apply_filters( 'gallery_style', $gallery_style . $gallery_div );
Note: See TracChangeset for help on using the changeset viewer.