twentyfifteen-rtl.css
7 years ago
twentyfifteen.css
4 years ago
twentyfifteen.php
4 years ago
twentyfourteen-rtl.css
7 years ago
twentyfourteen.css
4 years ago
twentyfourteen.php
4 years ago
twentynineteen-rtl.css
3 years ago
twentynineteen.css
3 years ago
twentynineteen.php
4 years ago
twentyseventeen.php
4 years ago
twentysixteen-rtl.css
3 years ago
twentysixteen.css
3 years ago
twentysixteen.php
4 years ago
twentytwenty-rtl.css
4 years ago
twentytwenty.css
4 years ago
twentytwenty.php
4 years ago
twentytwentyone-rtl.css
3 years ago
twentytwentyone.css
5 years ago
twentytwentyone.php
5 years ago
twentyseventeen.php
19 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Jetpack Compatibility File |
| 4 | * See: https://jetpack.com/ |
| 5 | * |
| 6 | * @package automattic/jetpack |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Add Jetpack theme supports for Twenty Seventeen. |
| 11 | */ |
| 12 | function twentyseventeen_jetpack_setup() { |
| 13 | /** |
| 14 | * Add theme support for geo-location. |
| 15 | */ |
| 16 | add_theme_support( 'jetpack-geo-location' ); |
| 17 | } |
| 18 | add_action( 'after_setup_theme', 'twentyseventeen_jetpack_setup' ); |
| 19 |