diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index b855471391..c46872ecb9 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -188,7 +188,7 @@ class Custom_Image_Header { foreach ( $cols as $col => $header_key ) { if ( !$header_key ) continue; - $class = array('available-theme'); + $class = array('available-header'); if ( $row == 1 ) $class[] = 'top'; if ( $col == 1 ) $class[] = 'left'; if ( $row == $rows ) $class[] = 'bottom';