Completed
Push — master ( 13ddd8...205fac )
by Michael
03:03
created
public/includes/helpers.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
 		'public' => true,
201 201
 	), 'objects' );
202 202
 	$post_types = array_combine( array_keys( $post_types ), wp_list_pluck( $post_types, 'label' ) );
203
-    unset( $post_types[ 'attachment' ] );
203
+	unset( $post_types[ 'attachment' ] );
204 204
 
205 205
 	/**
206 206
 	 * Set which post types are allowed
Please login to merge, or discard this patch.
public/includes/tour.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@  discard block
 block discarded – undo
16 16
 	}
17 17
 
18 18
 	/**
19
-	*	Draw the modal used to house the walk through
20
-	*	@since 0.6
21
-	*/
19
+	 *	Draw the modal used to house the walk through
20
+	 *	@since 0.6
21
+	 */
22 22
 	public function draw_tour() {
23 23
 
24 24
 		$tour_hidden = get_user_meta( get_current_user_ID(), 'lasso_hide_tour', true );
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
 	}
77 77
 
78 78
 	/**
79
-	*	Draw the inner slides for the welcome walkthrough
80
-	*	@since 0.6
81
-	*/
79
+	 *	Draw the inner slides for the welcome walkthrough
80
+	 *	@since 0.6
81
+	 */
82 82
 	public function tour_slides() { ?>
83 83
 
84 84
 		<div id="lasso--loading" class="lasso--loading"><div class="lasso--loader"></div></div>
Please login to merge, or discard this patch.