Skip to content

Commit

Permalink
🔧 Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarKamal123 committed Sep 6, 2023
2 parents 511084a + 541e5fd commit af60f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-editorskit-render-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ private function render_link_toolbar( $block_content, $block ) {
$attributes = $block['attrs'];

if ( isset( $attributes['href'] ) && ! empty( $attributes['href'] ) ) {
$linked = '<a href="' . esc_attr( $attributes['href'] ) . '" class="editorskit-block-link"';
$linked = '<a href="' . esc_url( $attributes['href'] ) . '" class="editorskit-block-link"';
$rel = ' rel="';

if ( isset( $attributes['opensInNewTab'] ) && $attributes['opensInNewTab'] ) {
Expand Down

0 comments on commit af60f4c

Please sign in to comment.