Skip to content

Commit

Permalink
🎨 Run Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 18, 2024
1 parent 2e8c1a2 commit 997e1f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/View/Composers/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function pagination()
{
return wp_link_pages([
'echo' => 0,
'before' => '<p>' . __('Pages:', 'sage'),
'before' => '<p>'.__('Pages:', 'sage'),
'after' => '</p>',
]);
}
Expand Down
4 changes: 3 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php echo view(app('sage.view'), app('sage.data'))->render();
<?php

echo view(app('sage.view'), app('sage.data'))->render();

0 comments on commit 997e1f3

Please sign in to comment.