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:
nacin 2012-03-19 18:00:27 +00:00
parent 3c2a88d91e
commit 127632b10d
1 changed files with 2 additions and 2 deletions

View File

@ -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 );
}