Fix class name. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13515 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
13d3a5bb5b
commit
e17f4a48f7
@ -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
Block a user