Skip to content

Commit

Permalink
Merge pull request #933 from graphpaperpress/wporgfixes
Browse files Browse the repository at this point in the history
separating keywords
  • Loading branch information
thadallender authored Aug 10, 2022
2 parents 5c4a043 + 408d051 commit ee8e365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/widgets/sell-media-keywords.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function widget($args, $instance){
if ( !empty( $keywords ) ) {

foreach ( $keywords as $keyword ) {
?><a href="<?php echo esc_url(get_term_link( $keyword->slug, 'keywords' )); ?>"><?php echo esc_html( $keyword->name ); ?></a><?php
?><a href="<?php echo esc_url(get_term_link( $keyword->slug, 'keywords' )); ?>"><?php echo esc_html( $keyword->name ); ?></a> <?php
}
}
?>
Expand Down

0 comments on commit ee8e365

Please sign in to comment.