Skip to content

Commit

Permalink
Merge pull request #295 from wikitongues/main
Browse files Browse the repository at this point in the history
Staging deploy
  • Loading branch information
FredericoAndrade authored Feb 4, 2025
2 parents 475732f + 732eb95 commit d8242c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/plugins/wt-gallery/wt-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function custom_gallery($atts) {
if ($atts['title']) {
$output .= '<h2 class="wt_sectionHeader">'.$atts['title'].'</h2>';
}
$output .= '<p>There are no other '.$atts['post_type'].'s to display—<a href="'.home_url('/submit-a-'.rtrim($atts['post_type'], 's'), 'relative').'">yet</a>.</p>';
$output .= '<p>There are no other '.$atts['post_type'].' to display—<a href="'.home_url('/submit-a-'.rtrim($atts['post_type'], 's'), 'relative').'">yet</a>.</p>';
}

}
Expand Down

0 comments on commit d8242c2

Please sign in to comment.