diff --git a/inc/jetpack.php b/inc/jetpack.php index 255e8a41..ee6b846b 100644 --- a/inc/jetpack.php +++ b/inc/jetpack.php @@ -1,18 +1,19 @@ 'content', 'footer' => 'page', ) ); } -add_action( 'after_setup_theme', '_s_infinite_scroll_init' ); +add_action( 'after_setup_theme', '_s_infinite_scroll_setup' );