Completed
Push — master ( 1ecf27...621c45 )
by Sam
02:33
created
tabulate.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Plugin Name: Tabulate
4
- * Description: Manage relational tabular data within the WP admin area, using the full power of your MySQL database.
5
- * Author: Sam Wilson
6
- * Author URI: http://samwilson.id.au/
7
- * License: GPL-2.0+
8
- * Text Domain: tabulate
9
- * Domain Path: /languages
10
- * Version: 2.7.11
11
- */
3
+	 * Plugin Name: Tabulate
4
+	 * Description: Manage relational tabular data within the WP admin area, using the full power of your MySQL database.
5
+	 * Author: Sam Wilson
6
+	 * Author URI: http://samwilson.id.au/
7
+	 * License: GPL-2.0+
8
+	 * Text Domain: tabulate
9
+	 * Domain Path: /languages
10
+	 * Version: 2.7.11
11
+	 */
12 12
 
13 13
 define( 'TABULATE_VERSION', '2.7.11' );
14 14
 define( 'TABULATE_SLUG', 'tabulate' );
Please login to merge, or discard this patch.