WordPress/wp-includes/widgets
Sergey Biryukov 651f426b3a General: Remove `noreferrer` from `wp_targeted_link_rel()` and other uses.
When `noopener noreferrer` was originally added in #37941 and related tickets, the `noreferrer` bit was specifically included due to Firefox not supporting `noopener` at the time.

Since `noopener` has been supported by all major browsers for a while, it should now be safe to remove the `noreferrer` attribute from core.

Props Mista-Flo, audrasjb, joostdevalk, jonoaldersonwp, peterwilsoncc, elgameel.
Fixes #49558.
Built from https://develop.svn.wordpress.org/trunk@49215


git-svn-id: http://core.svn.wordpress.org/trunk@48977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-19 23:39:04 +00:00
..
class-wp-nav-menu-widget.php Docs: Various formatting improvements to inline docblocks. 2020-07-23 00:52:05 +00:00
class-wp-widget-archives.php Widgets: Use correct escaping function in `WP_Widget_Archives::widget()`. 2020-07-31 13:15:05 +00:00
class-wp-widget-calendar.php Coding Standards: Format the markup of widget forms in a more consistent manner. 2020-04-17 09:38:07 +00:00
class-wp-widget-categories.php Widgets: Adjust formatting for displaying the closing `</nav>` tag in widgets for consistency with the opening tag. 2020-07-08 13:44:04 +00:00
class-wp-widget-custom-html.php General: Remove `noreferrer` from `wp_targeted_link_rel()` and other uses. 2020-10-19 23:39:04 +00:00
class-wp-widget-links.php General: Replace older-style PHP type conversion functions with type casts. 2020-10-08 21:15:13 +00:00
class-wp-widget-media-audio.php Docs: Remove `@return void` from widget DocBlocks. 2020-01-10 00:30:05 +00:00
class-wp-widget-media-gallery.php Docs: Remove `@return void` from widget DocBlocks. 2020-01-10 00:30:05 +00:00
class-wp-widget-media-image.php Coding Standards: Replace alias PHP functions with the canonical names. 2020-10-18 17:27:06 +00:00
class-wp-widget-media-video.php Widgets: Revert [47307]. 2020-02-18 18:19:06 +00:00
class-wp-widget-media.php Coding Standards: Replace alias PHP functions with the canonical names. 2020-10-18 17:27:06 +00:00
class-wp-widget-meta.php Widgets: Adjust formatting for displaying the closing `</nav>` tag in widgets for consistency with the opening tag. 2020-07-08 13:44:04 +00:00
class-wp-widget-pages.php Widgets: Adjust formatting for displaying the closing `</nav>` tag in widgets for consistency with the opening tag. 2020-07-08 13:44:04 +00:00
class-wp-widget-recent-comments.php Docs: Reference the documentation of the new `navigation_widgets_format` filter instead of repeating it. 2020-07-07 17:06:04 +00:00
class-wp-widget-recent-posts.php Widgets: Adjust formatting for displaying the closing `</nav>` tag in widgets for consistency with the opening tag. 2020-07-08 13:44:04 +00:00
class-wp-widget-rss.php Docs: Reference the documentation of the new `navigation_widgets_format` filter instead of repeating it. 2020-07-07 17:06:04 +00:00
class-wp-widget-search.php Coding Standards: Format the markup of widget forms in a more consistent manner. 2020-04-17 09:38:07 +00:00
class-wp-widget-tag-cloud.php Accessibility: Widgets: Conditionally wrap the tag cloud widget in a `<nav>` element. 2020-10-16 18:32:06 +00:00
class-wp-widget-text.php General: Remove `noreferrer` from `wp_targeted_link_rel()` and other uses. 2020-10-19 23:39:04 +00:00