changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
--- a/wp/wp-includes/js/tinymce/plugins/wplink/plugin.js Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/js/tinymce/plugins/wplink/plugin.js Fri Sep 05 18:52:52 2025 +0200 @@ -4,7 +4,7 @@ renderHtml: function() { return ( '<div id="' + this._id + '" class="wp-link-preview">' + - '<a href="' + this.url + '" target="_blank" rel="noopener" tabindex="-1">' + this.url + '</a>' + + '<a href="' + this.url + '" target="_blank" tabindex="-1">' + this.url + '</a>' + '</div>' ); },