From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/global-templates/left-sidebar-check.php | 44 ---------------------------- 1 file changed, 44 deletions(-) delete mode 100644 dist/global-templates/left-sidebar-check.php (limited to 'dist/global-templates/left-sidebar-check.php') diff --git a/dist/global-templates/left-sidebar-check.php b/dist/global-templates/left-sidebar-check.php deleted file mode 100644 index 1380da4..0000000 --- a/dist/global-templates/left-sidebar-check.php +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - -'; - } else { - $html .= 'col-md-12 content-area" id="primary">'; - } - echo $html; // WPCS: XSS OK. - } elseif ( 'both' === $sidebar_pos ) { - $html = '
'; - } elseif ( is_active_sidebar( 'right-sidebar' ) || is_active_sidebar( 'left-sidebar' ) ) { - $html .= 'col-md-8 content-area" id="primary">'; - } else { - $html .= 'col-md-12 content-area" id="primary">'; - } - echo $html; // WPCS: XSS OK. - } else { - echo '
'; - } -- cgit v1.2.3