0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
wp-content
/
themes
/
Jingged
/
includes
/
[
Home
]
File: jetpack.php
<?php /** * Jetpack Compatibility File * See: http://jetpack.me/ * * @package _tk */ /** * Add theme support for Infinite Scroll. * See: http://jetpack.me/support/infinite-scroll/ */ function _tk_jetpack_setup() { if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'infinite-scroll', array( 'container' => 'content', 'footer' => 'page', ) ); } } add_action( 'after_setup_theme', '_tk_jetpack_setup' );