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.