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
This commit is contained in:
Sergey Biryukov 2024-10-12 11:59:19 +00:00
parent bdb722eed7
commit c803f6d3e0
2 changed files with 3 additions and 1 deletions

View File

@ -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 ) {

View File

@ -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.