Remove php blade shorthand
This commit is contained in:
@@ -18,10 +18,10 @@ if (post_password_required()) {
|
||||
<nav>
|
||||
<ul class="pager">
|
||||
@if (get_previous_comments_link())
|
||||
<li class="previous">@php(previous_comments_link(__('← Older comments', 'sage')))</li>
|
||||
<li class="previous">@php previous_comments_link(__('← Older comments', 'sage')) @endphp</li>
|
||||
@endif
|
||||
@if (get_next_comments_link())
|
||||
<li class="next">@php(next_comments_link(__('Newer comments →', 'sage')))</li>
|
||||
<li class="next">@php next_comments_link(__('Newer comments →', 'sage')) @endphp</li>
|
||||
@endif
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user