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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user