@@ -184,8 +184,8 @@ |
||
184 | 184 | // Get the settings for the View ID |
185 | 185 | $view_settings = gravityview_get_template_settings( $instance['view_id'] ); |
186 | 186 | |
187 | - // Set the context view ID to avoid conflicts with the Advanced Filter extension. |
|
188 | - $criteria['context_view_id'] = $instance['view_id']; |
|
187 | + // Set the context view ID to avoid conflicts with the Advanced Filter extension. |
|
188 | + $criteria['context_view_id'] = $instance['view_id']; |
|
189 | 189 | |
190 | 190 | $instance['limit'] = isset( $instance['limit'] ) ? $instance['limit'] : 10; |
191 | 191 | $view_settings['id'] = $instance['view_id']; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display the Search widget |
|
4 | - * |
|
5 | - * @see class-search-widget.php |
|
6 | - */ |
|
3 | + * Display the Search widget |
|
4 | + * |
|
5 | + * @see class-search-widget.php |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | $gravityview_view = GravityView_View::getInstance(); |
9 | 9 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display the created_by field type |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - */ |
|
3 | + * Display the created_by field type |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | $gravityview_view = GravityView_View::getInstance(); |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display the Section field type |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - */ |
|
3 | + * Display the Section field type |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | $gravityview_view = GravityView_View::getInstance(); |
10 | 10 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Checkbox field output |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - * |
|
8 | - */ |
|
3 | + * Checkbox field output |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | $gravityview_view = GravityView_View::getInstance(); |
11 | 11 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display above the entries loop when using a list layout |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates |
|
7 | - * |
|
8 | - * @global GravityView_View $this |
|
9 | - */ |
|
3 | + * Display above the entries loop when using a list layout |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates |
|
7 | + * |
|
8 | + * @global GravityView_View $this |
|
9 | + */ |
|
10 | 10 | ?> |
11 | 11 | <?php gravityview_before(); ?> |
12 | 12 | <div class="<?php gv_container_class('gv-list-container'); ?>"> |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display the Email field type |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - */ |
|
3 | + * Display the Email field type |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | $gravityview_view = GravityView_View::getInstance(); |
10 | 10 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display the HTML field type |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - * @since 1.2 |
|
8 | - */ |
|
3 | + * Display the HTML field type |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + * @since 1.2 |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | $gravityview_view = GravityView_View::getInstance(); |
11 | 11 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file templates/list-body.php |
|
4 | - * |
|
5 | - * Display the entries loop when using a list layout |
|
6 | - * |
|
7 | - * @package GravityView |
|
8 | - * @subpackage GravityView/templates |
|
9 | - * |
|
10 | - * @global GravityView_View $this |
|
11 | - */ |
|
3 | + * @file templates/list-body.php |
|
4 | + * |
|
5 | + * Display the entries loop when using a list layout |
|
6 | + * |
|
7 | + * @package GravityView |
|
8 | + * @subpackage GravityView/templates |
|
9 | + * |
|
10 | + * @global GravityView_View $this |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @action `gravityview_list_body_before` Tap in before the entry loop has been displayed |