Docs: Update default $size value for get_custom_logo filter after [36950].
Props wido. See #33755. Built from https://develop.svn.wordpress.org/trunk@36975 git-svn-id: http://core.svn.wordpress.org/trunk@36943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -912,7 +912,7 @@ function get_custom_logo( $blog_id = 0 ) {
|
||||
* @since 4.5.0
|
||||
*
|
||||
* @param string $html Custom logo HTML output.
|
||||
* @param string $size Size specified in add_theme_support declaration, or 'thumbnail' default.
|
||||
* @param string $size Size specified in add_theme_support declaration, or 'full' default.
|
||||
*/
|
||||
return apply_filters( 'get_custom_logo', $html, $size );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user