Fix class name. see #12343

git-svn-id: http://svn.automattic.com/wordpress/trunk@13515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-02-28 21:02:24 +00:00
parent 01d4f4f18c
commit 61d067df83
1 changed files with 1 additions and 1 deletions

View File

@ -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';