This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_action('wp_footer' , 'rss_widget_links_in_new_window'); | |
| function rss_widget_links_in_new_window() { | |
| ?> | |
| <script type="text/javascript"> | |
| ! function ($) { | |
| //prevents js conflicts | |
| "use strict"; | |
| $(function () { | |
| var extLinksStyle = true; /* set this to false to not display the external icon */ | |
| $('a', '.widget.widget_rss').each( function() { |