From 43cd1ca51658090eace84d1a2bbf7a12005760ad Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 19 Mar 2012 18:00:27 +0000 Subject: [PATCH] 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 --- wp-includes/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 9d5ed95aa5..3bfee0d2ef 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -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 ); }