Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Tikhomirov committed Sep 1, 2023
1 parent f228c83 commit 3efddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/theme/wp-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function wp_trim_excerpt($text, $raw_excerpt)

$permalink = esc_url( get_permalink( (int) get_the_ID() ) ); // @phpstan-ignore-line -- post exists

return $text . ' ... <p><a class="btn btn-outline understrap-read-more-link" href="' . $permalink . '">' . __(
return $text . ' ... <p><a class="btn btn-outline-primary understrap-read-more-link" href="' . $permalink . '">' . __(
'Read More...',
'understrap'
) . '<span class="screen-reader-text"> from ' . get_the_title( get_the_ID() ) . '</span></a></p>';
Expand Down

0 comments on commit 3efddf6

Please sign in to comment.