From c06b9fe5717d3fc0297c58f5733ae1390da1ec91 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Sun, 3 Feb 2013 02:12:42 -0500 Subject: [PATCH] _s: Minor adjustments to Infinite Scroll's implementation. --- inc/jetpack.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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' );