Completed
Push — master ( 4141c5...ab4944 )
by Andrew
02:09
created
scope/common.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,5 +5,5 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 $data = array(
8
-	'foo' => 'bar'
8
+    'foo' => 'bar'
9 9
 );
10 10
\ No newline at end of file
Please login to merge, or discard this patch.
scope/index.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 $data = array(
8
-	'posts' => Classy::get_posts(),
9
-	'page_title' => Classy::archives_title(),
10
-	'pagination' => Classy::get_pagination()
8
+    'posts' => Classy::get_posts(),
9
+    'page_title' => Classy::archives_title(),
10
+    'pagination' => Classy::get_pagination()
11 11
 );
12 12
\ No newline at end of file
Please login to merge, or discard this patch.
scope/single.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,5 +5,5 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 $data = array(
8
-	'post' => Classy::get_post(),
8
+    'post' => Classy::get_post(),
9 9
 );
10 10
\ No newline at end of file
Please login to merge, or discard this patch.