Completed
Push — master ( afae5e...fce50c )
by
unknown
03:06
created
includes/functions/admin.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Admin functions
4
- *
5
- * Functions for the admin back end components only.
6
- *
7
- * @package SimpleCalendar/Admin/Functions
8
- */
3
+	 * Admin functions
4
+	 *
5
+	 * Functions for the admin back end components only.
6
+	 *
7
+	 * @package SimpleCalendar/Admin/Functions
8
+	 */
9 9
 
10 10
 if ( ! defined( 'ABSPATH' ) ) {
11 11
 	exit;
Please login to merge, or discard this patch.