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/class-astra-loop.php | 534 +++++++++++++++++++++++------------------------ 1 file changed, 267 insertions(+), 267 deletions(-) (limited to 'inc/class-astra-loop.php') diff --git a/inc/class-astra-loop.php b/inc/class-astra-loop.php index 7460ae2..0eb8cc0 100644 --- a/inc/class-astra-loop.php +++ b/inc/class-astra-loop.php @@ -1,267 +1,267 @@ -loop_markup( true ); - } - - /** - * Template part loop - * - * @param boolean $is_page Loop outputs different content action for content page and default content. - * if is_page is set to true - do_action( 'astra_page_template_parts_content' ); is added - * if is_page is false - do_action( 'astra_template_parts_content' ); is added. - * @since 1.2.7 - * @return void - */ - public function loop_markup( $is_page = false ) { - ?> -
- -
- '; - } - } - - /** - * Add closing wrapper div for 'ast-row' after Astra template part. - * - * @since 1.2.7 - * @return void - */ - public function astra_templat_part_wrap_close() { - if ( is_archive() || is_search() || is_home() ) { - echo ''; - } - } - - } - - /** - * Initialize class object with 'get_instance()' method - */ - Astra_Loop::get_instance(); - -endif; +loop_markup( true ); + } + + /** + * Template part loop + * + * @param boolean $is_page Loop outputs different content action for content page and default content. + * if is_page is set to true - do_action( 'astra_page_template_parts_content' ); is added + * if is_page is false - do_action( 'astra_template_parts_content' ); is added. + * @since 1.2.7 + * @return void + */ + public function loop_markup( $is_page = false ) { + ?> +
+ +
+ '; + } + } + + /** + * Add closing wrapper div for 'ast-row' after Astra template part. + * + * @since 1.2.7 + * @return void + */ + public function astra_templat_part_wrap_close() { + if ( is_archive() || is_search() || is_home() ) { + echo ''; + } + } + + } + + /** + * Initialize class object with 'get_instance()' method + */ + Astra_Loop::get_instance(); + +endif; -- cgit v1.2.3-70-g09d2