@@ -1,10 +1,10 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use frontend\assets\CommentAsset; |
@@ -50,9 +50,9 @@ discard block |
||
50 | 50 | </span> |
51 | 51 | <span class="comments-link"> |
52 | 52 | <a title="<?= Yii::t( |
53 | - 'writesdown', 'Comment on {mediaTitle}', |
|
54 | - ['mediaTitle' => $media->title] |
|
55 | - ) ?>" href="<?= $media->url ?>#respond"><?= Yii::t('writesdown', 'Leave a comment') ?></a> |
|
53 | + 'writesdown', 'Comment on {mediaTitle}', |
|
54 | + ['mediaTitle' => $media->title] |
|
55 | + ) ?>" href="<?= $media->url ?>#respond"><?= Yii::t('writesdown', 'Leave a comment') ?></a> |
|
56 | 56 | </span> |
57 | 57 | </div> |
58 | 58 | </header> |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use yii\helpers\Html; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use frontend\widgets\comment\PostComment; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -81,7 +81,7 @@ |
||
81 | 81 | <footer class="footer-meta"> |
82 | 82 | <?php $tags = $post->getTerms() |
83 | 83 | ->innerJoinWith([ |
84 | - 'taxonomy' => function ($query) { |
|
84 | + 'taxonomy' => function($query) { |
|
85 | 85 | /** @var $query \yii\db\ActiveQuery */ |
86 | 86 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
87 | 87 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | $category = $post->getTerms() |
45 | 45 | ->innerJoinWith([ |
46 | - 'taxonomy' => function ($query) { |
|
46 | + 'taxonomy' => function($query) { |
|
47 | 47 | /* @var $query \yii\db\ActiveQuery */ |
48 | 48 | $query->from(['taxonomy' => Taxonomy::tableName()]); |
49 | 49 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | $category = $post->getTerms() |
48 | 48 | ->innerJoinWith([ |
49 | - 'taxonomy' => function ($query) { |
|
49 | + 'taxonomy' => function($query) { |
|
50 | 50 | /* @var $query \yii\db\ActiveQuery */ |
51 | 51 | $query->from(['taxonomy' => Taxonomy::tableName()]); |
52 | 52 | }, |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | <footer class="footer-meta"> |
102 | 102 | <?php $tags = $post->getTerms() |
103 | 103 | ->innerJoinWith([ |
104 | - 'taxonomy' => function ($query) { |
|
104 | + 'taxonomy' => function($query) { |
|
105 | 105 | /** @var $query \yii\db\ActiveQuery */ |
106 | 106 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
107 | 107 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use frontend\widgets\Alert; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -72,7 +72,7 @@ |
||
72 | 72 | <footer class="footer-meta"> |
73 | 73 | <?php $tags = $post->getTerms() |
74 | 74 | ->innerJoinWith([ |
75 | - 'taxonomy' => function ($query) { |
|
75 | + 'taxonomy' => function($query) { |
|
76 | 76 | /** @var $query \yii\db\ActiveQuery */ |
77 | 77 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
78 | 78 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -83,7 +83,7 @@ |
||
83 | 83 | <footer class="footer-meta"> |
84 | 84 | <?php $tags = $post->getTerms() |
85 | 85 | ->innerJoinWith([ |
86 | - 'taxonomy' => function ($query) { |
|
86 | + 'taxonomy' => function($query) { |
|
87 | 87 | /** @var $query \yii\db\ActiveQuery */ |
88 | 88 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
89 | 89 | }, |