forked from mirror/_s
Merge branch 'master' of https://github.com/Automattic/_s
This commit is contained in:
commit
f756b98df3
|
@ -27,14 +27,14 @@ function _s_jetpack_setup() {
|
||||||
|
|
||||||
// Add theme support for Content Options.
|
// Add theme support for Content Options.
|
||||||
add_theme_support( 'jetpack-content-options', array(
|
add_theme_support( 'jetpack-content-options', array(
|
||||||
'post-details' => array(
|
'post-details' => array(
|
||||||
'stylesheet' => '_s-style',
|
'stylesheet' => '_s-style',
|
||||||
'date' => '.posted-on',
|
'date' => '.posted-on',
|
||||||
'categories' => '.cat-links',
|
'categories' => '.cat-links',
|
||||||
'tags' => '.tags-links',
|
'tags' => '.tags-links',
|
||||||
'author' => '.byline',
|
'author' => '.byline',
|
||||||
'comment' => '.comments-link',
|
'comment' => '.comments-link',
|
||||||
),
|
),
|
||||||
) );
|
) );
|
||||||
}
|
}
|
||||||
add_action( 'after_setup_theme', '_s_jetpack_setup' );
|
add_action( 'after_setup_theme', '_s_jetpack_setup' );
|
||||||
|
|
Reference in New Issue