- Timestamp:
- 09/30/2024 05:17:54 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php
r56196 r59120 149 149 /** This filter is documented in wp-includes/widgets/class-wp-widget-text.php */ 150 150 $content = apply_filters( 'widget_text', $instance['content'], $simulated_text_widget_instance, $this ); 151 152 // Adds 'noopener' relationship, without duplicating values, to all HTML A elements that have a target.153 $content = wp_targeted_link_rel( $content );154 151 155 152 /**
Note: See TracChangeset
for help on using the changeset viewer.