Skip to content

Commit

Permalink
Improved init array indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryA committed Jul 28, 2016
1 parent 31dd239 commit 3019010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ function beans_add_theme_support() {
add_theme_support( 'automatic-feed-links' );
add_theme_support( 'html5', array( 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' ) );
add_theme_support( 'custom-header', array(
'width' => 2000,
'height' => 500,
'width' => 2000,
'height' => 500,
'flex-height' => true,
'flex-width' => true,
'flex-width' => true,
'header-text' => false
) );

Expand Down

0 comments on commit 3019010

Please sign in to comment.