The word 'support' does not have a overly long 'p'. see #20249.

git-svn-id: https://develop.svn.wordpress.org/trunk@20214 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-03-19 18:00:27 +00:00
parent ad5a3736e6
commit 43cd1ca516
1 changed files with 2 additions and 2 deletions

View File

@ -1076,8 +1076,8 @@ function get_custom_header() {
$default = array( $default = array(
'url' => '', 'url' => '',
'thumbnail_url' => '', 'thumbnail_url' => '',
'width' => get_theme_suppport( 'custom-header', 'width' ), 'width' => get_theme_support( 'custom-header', 'width' ),
'height' => get_theme_suppport( 'custom-header', 'height' ), 'height' => get_theme_support( 'custom-header', 'height' ),
); );
return (object) wp_parse_args( $data, $default ); return (object) wp_parse_args( $data, $default );
} }