The word 'support' does not have a overly long 'p'. see #20249.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3c2a88d91e
commit
127632b10d
|
@ -1076,8 +1076,8 @@ function get_custom_header() {
|
|||
$default = array(
|
||||
'url' => '',
|
||||
'thumbnail_url' => '',
|
||||
'width' => get_theme_suppport( 'custom-header', 'width' ),
|
||||
'height' => get_theme_suppport( 'custom-header', 'height' ),
|
||||
'width' => get_theme_support( 'custom-header', 'width' ),
|
||||
'height' => get_theme_support( 'custom-header', 'height' ),
|
||||
);
|
||||
return (object) wp_parse_args( $data, $default );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue