From 127632b10d101fcae2c3e9a79110ae1b4faa1219 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@20214 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 9d5ed95aa..3bfee0d2e 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 ); }