Make WordPress Core

Changeset 59219


Ignore:
Timestamp:
10/12/2024 11:57:04 AM (2 months ago)
Author:
SergeyBiryukov
Message:

Twenty Ten: Document the $css parameter in twentyten_remove_gallery_css().

Follow-up to [13012], [13128], [13157], [13552], [13885], [13886].

Props parthvataliya.
Fixes #62183.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/functions.php

    r57243 r59219  
    430430 * @deprecated Deprecated in Twenty Ten 1.2 for WordPress 3.1
    431431 *
     432 * @param string $css Default CSS styles and opening HTML div container
     433 *                    for the gallery shortcode output.
    432434 * @return string The gallery style filter, with the styles themselves removed.
    433435 */
Note: See TracChangeset for help on using the changeset viewer.