Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-p-rossler committed Oct 8, 2024
1 parent c239b63 commit ff477ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/syndicated-post-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ function syndicated_message( $post ) {
);
// phpcs:ignore Squiz.PHP.EmbeddedPhp.ContentAfterEnd, avoids layout issues.
?></a></span>
<span><a href="<?php echo esc_url( $original_post_url ); ?>" target="_blank">
<span><a href="<?php echo esc_url( $original_post_url ); ?>">
<?php
printf(
/* translators: 1) Distributor post type singular name. */
Expand Down Expand Up @@ -529,7 +529,7 @@ function syndicated_message( $post ) {
);
// phpcs:ignore Squiz.PHP.EmbeddedPhp.ContentAfterEnd, avoids layout issues.
?></a></span>
<span><a href="<?php echo esc_url( $original_post_url ); ?>" target="_blank">
<span><a href="<?php echo esc_url( $original_post_url ); ?>">
<?php
printf(
/* translators: 1) Distributor post type singular name. */
Expand Down

0 comments on commit ff477ee

Please sign in to comment.