- Timestamp:
- 10/19/2020 11:37:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php
r49193 r49215 147 147 $content = apply_filters( 'widget_text', $instance['content'], $simulated_text_widget_instance, $this ); 148 148 149 // Adds noreferrer and noopener relationships, without duplicating values, to all HTML A elements that have a target.149 // Adds 'noopener' relationship, without duplicating values, to all HTML A elements that have a target. 150 150 $content = wp_targeted_link_rel( $content ); 151 151
Note: See TracChangeset
for help on using the changeset viewer.