@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display above the entries loop when using a table 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 table 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-table-container'); ?>"> |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display a single entry when using a table template |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates |
|
7 | - * |
|
8 | - * @global GravityView_View $this |
|
9 | - */ |
|
3 | + * Display a single entry when using a table template |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates |
|
7 | + * |
|
8 | + * @global GravityView_View $this |
|
9 | + */ |
|
10 | 10 | ?> |
11 | 11 | <?php gravityview_before(); ?> |
12 | 12 |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Fired when the plugin is uninstalled. |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @author Zack Katz <[email protected]> |
|
7 | - * @license ToBeDefined |
|
8 | - * @link http://gravityview.co |
|
9 | - * @copyright Copyright 2015, Katz Web Services, Inc. |
|
10 | - */ |
|
3 | + * Fired when the plugin is uninstalled. |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @author Zack Katz <[email protected]> |
|
7 | + * @license ToBeDefined |
|
8 | + * @link http://gravityview.co |
|
9 | + * @copyright Copyright 2015, Katz Web Services, Inc. |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | // If uninstall not called from WordPress, then exit |
13 | 13 | if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { |