Skip to content

Commit

Permalink
Correct code indention (Automattic#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler authored and davidakennedy committed Jun 26, 2017
1 parent e25ab26 commit c71bace
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions inc/jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ function _s_jetpack_setup() {

// Add theme support for Content Options.
add_theme_support( 'jetpack-content-options', array(
'post-details' => array(
'stylesheet' => '_s-style',
'date' => '.posted-on',
'categories' => '.cat-links',
'tags' => '.tags-links',
'author' => '.byline',
'comment' => '.comments-link',
),
'post-details' => array(
'stylesheet' => '_s-style',
'date' => '.posted-on',
'categories' => '.cat-links',
'tags' => '.tags-links',
'author' => '.byline',
'comment' => '.comments-link',
),
) );
}
add_action( 'after_setup_theme', '_s_jetpack_setup' );
Expand Down

0 comments on commit c71bace

Please sign in to comment.