From c803f6d3e0ddc13e1af26cc3ff0f906069a22bc3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 12 Oct 2024 11:59:19 +0000 Subject: [PATCH] Twenty Ten: Document the `$css` parameter in `twentyten_remove_gallery_css()`. Follow-up to [13012], [13128], [13157], [13552], [13885], [13886]. Props parthvataliya. Fixes #62183. Built from https://develop.svn.wordpress.org/trunk@59219 git-svn-id: http://core.svn.wordpress.org/trunk@58612 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/functions.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index c2baec76ef..4fed4b0735 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -429,6 +429,8 @@ add_filter( 'use_default_gallery_style', '__return_false' ); * @since Twenty Ten 1.0 * @deprecated Deprecated in Twenty Ten 1.2 for WordPress 3.1 * + * @param string $css Default CSS styles and opening HTML div container + * for the gallery shortcode output. * @return string The gallery style filter, with the styles themselves removed. */ function twentyten_remove_gallery_css( $css ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1e65ae7610..8cfed7ce72 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59218'; +$wp_version = '6.7-beta2-59219'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.