Skip to content

Commit

Permalink
🎨 Run Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Dec 11, 2023
1 parent 1d53811 commit d45859d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d45859d

Please sign in to comment.