Completed
Push — master ( 8b857a...87b329 )
by Jared
11s
created
lib/timber-post.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -231,13 +231,13 @@
 block discarded – undo
231 231
 	 	$can_preview = array();
232 232
 
233 233
 		foreach( $can as $type ) {
234
-		     if( current_user_can( $type ) ) {
235
-		        $can_preview[] = true;
236
-		     }
234
+			 if( current_user_can( $type ) ) {
235
+				$can_preview[] = true;
236
+			 }
237 237
 		}
238 238
 
239 239
 		if ( count( $can_preview ) !== count( $can ) ) {
240
-		     return;
240
+			 return;
241 241
 		}
242 242
 
243 243
 		$revisions = wp_get_post_revisions( $query->queried_object_id );
Please login to merge, or discard this patch.