Completed
Branch master (3ac4b1)
by Zack
04:30
created
templates/table-header.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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'); ?>">
Please login to merge, or discard this patch.
templates/table-single.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
uninstall.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.