Changeset 59120 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 09/30/2024 05:17:54 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r56597 r59120 335 335 $text = preg_replace_callback( '#<(video|iframe|object|embed)\s[^>]*>#i', array( $this, 'inject_video_max_width_style' ), $text ); 336 336 337 // Adds 'noopener' relationship, without duplicating values, to all HTML A elements that have a target.338 $text = wp_targeted_link_rel( $text );339 340 337 ?> 341 338 <div class="textwidget"><?php echo $text; ?></div>
Note: See TracChangeset
for help on using the changeset viewer.