From 69c17f9c1942fd0d6a5ea941636e87723b8a6fe2 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 16:19:29 -0500 Subject: dos2unix on all .php files, begin paring down admin page and site branding. --- inc/compatibility/class-astra-jetpack.php | 166 +++++++++++++++--------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'inc/compatibility/class-astra-jetpack.php') diff --git a/inc/compatibility/class-astra-jetpack.php b/inc/compatibility/class-astra-jetpack.php index 2bbcb6e..f9360d2 100644 --- a/inc/compatibility/class-astra-jetpack.php +++ b/inc/compatibility/class-astra-jetpack.php @@ -1,83 +1,83 @@ - 'main', - 'render' => array( $this, 'infinite_scroll_render' ), - 'footer' => 'page', - ) - ); - } // end function jetpack_setup - - /** - * Custom render function for Infinite Scroll. - */ - public function infinite_scroll_render() { - while ( have_posts() ) { - the_post(); - get_template_part( 'template-parts/content', astra_get_post_format() ); - } - } // end function infinite_scroll_render - - } - -endif; - -/** - * Kicking this off by calling 'get_instance()' method - */ -Astra_Jetpack::get_instance(); + 'main', + 'render' => array( $this, 'infinite_scroll_render' ), + 'footer' => 'page', + ) + ); + } // end function jetpack_setup + + /** + * Custom render function for Infinite Scroll. + */ + public function infinite_scroll_render() { + while ( have_posts() ) { + the_post(); + get_template_part( 'template-parts/content', astra_get_post_format() ); + } + } // end function infinite_scroll_render + + } + +endif; + +/** + * Kicking this off by calling 'get_instance()' method + */ +Astra_Jetpack::get_instance(); -- cgit v1.2.3-70-g09d2