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:
parent
01d4f4f18c
commit
61d067df83
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue