Skip to content

Commit

Permalink
Update includes/syndicated-post-ui.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dharmesh Patel <[email protected]>
  • Loading branch information
faisal-alvi and iamdharmesh authored Jul 23, 2024
1 parent 01e58e7 commit 49f7f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/syndicated-post-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function output_distributor_column( $column_name, $post_id ) {
$post_url = get_post_meta( $post_id, 'dt_original_post_url', true );

if ( $unlinked ) {
echo '<a href="' . esc_url( $post_url ) . '"><span title="' . esc_attr__( 'Unlinked', 'distributor' ) . '" class="dashicons dashicons-editor-unlink"></span></span></a>';
echo '<a target="_blank" href="' . esc_url( $post_url ) . '"><span title="' . esc_attr__( 'Unlinked', 'distributor' ) . '" class="dashicons dashicons-editor-unlink"></span></span></a>';
} else {
echo '<a target="_blank" href="' . esc_url( $post_url ) . '"><span title="' . esc_attr__( 'Linked', 'distributor' ) . '" class="dashicons dashicons-admin-links"></span></a>';
}
Expand Down

0 comments on commit 49f7f9c

Please sign in to comment.