@@ -5,5 +5,5 @@ |
||
5 | 5 | */ |
6 | 6 | |
7 | 7 | $data = array( |
8 | - 'foo' => 'bar' |
|
8 | + 'foo' => 'bar' |
|
9 | 9 | ); |
10 | 10 | \ No newline at end of file |
@@ -5,7 +5,7 @@ |
||
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 |
@@ -5,5 +5,5 @@ |
||
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 |