diff --git a/app/View/Composers/Post.php b/app/View/Composers/Post.php index 5bcef38428..3366b0d439 100644 --- a/app/View/Composers/Post.php +++ b/app/View/Composers/Post.php @@ -77,7 +77,7 @@ public function pagination() { return wp_link_pages([ 'echo' => 0, - 'before' => '

' . __('Pages:', 'sage'), + 'before' => '

'.__('Pages:', 'sage'), 'after' => '

', ]); }