- Timestamp:
- 04/08/2019 11:17:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php
r43571 r45143 143 143 /** This filter is documented in wp-includes/widgets/class-wp-widget-text.php */ 144 144 $content = apply_filters( 'widget_text', $instance['content'], $simulated_text_widget_instance, $this ); 145 146 // Adds noreferrer and noopener relationships, without duplicating values, to all HTML A elements that have a target. 147 $content = wp_targeted_link_rel( $content ); 145 148 146 149 /**
Note: See TracChangeset
for help on using the changeset viewer.