Skip to content

Commit

Permalink
Merge branch 'trunk' into try/playground-previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Jun 26, 2024
2 parents b9958a9 + df66e76 commit 9c6cf2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ function get_meta_block_value( $args, $block ) {
__( 'See all<span class="screen-reader-text"> reviews</span>', 'wporg-themes' )
);
case 'support-forum-url':
return esc_url( get_support_url( $theme->slug ) );
return esc_url( get_support_url( $theme->slug . '/' ) );
case 'support-forum-link':
return sprintf(
'<a href="%s">%s</a>',
esc_url( get_support_url( $theme->slug ) ),
esc_url( get_support_url( $theme->slug . '/' ) ),
__( 'View support forum', 'wporg-themes' )
);
case 'submit-review-url':
Expand Down

0 comments on commit 9c6cf2a

Please sign in to comment.