diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/widgets/class-wp-widget-text.php --- a/wp/wp-includes/widgets/class-wp-widget-text.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/widgets/class-wp-widget-text.php Fri Sep 05 18:52:52 2025 +0200 @@ -334,9 +334,6 @@ $text = preg_replace_callback( '#<(video|iframe|object|embed)\s[^>]*>#i', array( $this, 'inject_video_max_width_style' ), $text ); - // Adds 'noopener' relationship, without duplicating values, to all HTML A elements that have a target. - $text = wp_targeted_link_rel( $text ); - ?>