Skip to content

Commit cd3adc2

Browse files
authored
Merge pull request #22620 from Yoast/fix/open-ai-generate-links-in-new-tab
Open links for the AI generate feature in new tabs
2 parents 992d0ac + 1530951 commit cd3adc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/alerts/application/default-seo-data/default-seo-data-alert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ private function get_default_seo_data_message( $has_enough_posts_with_default_ti
195195
$default_seo_data,
196196
'<strong>',
197197
'</strong>',
198-
'<a href="' . \esc_url( $shortlink ) . '">',
198+
'<a href="' . \esc_url( $shortlink ) . '" target="_blank">',
199199
'</a>'
200200
);
201201
}

0 commit comments

Comments
 (0)