mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-26 23:44:31 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user