<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'WordPress remove attribut title in link'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 06:04:40 GMT</pubDate>
<item>
<title>aquelito_ said on 10/13/12</title>
<link>http://snipplr.com/view/60323/wordpress-remove-attribut-title-in-link/</link>
<description><![CDATA[ add_filter('wp_get_attachment_link', 'theme_remove_title_attr');
add_filter('wp_get_attachment_image', 'theme_remove_title_attr');
add_filter('wp_nav_menu', 'theme_remove_title_attr');
add_filter('wp_page_menu', 'theme_remove_title_attr');
add_filter('wp_list_categories', 'theme_remove_title_attr');
add_filter('wp_list_pages', 'theme_remove_title_attr');
add_filter('wp_tag_cloud', 'theme_remove_title_attr');
add_filter('wp_get_archives', 'theme_remove_title_attr');
add_filter('get_archives_link', 'theme_remove_title_attr');
add_filter('post_thumbnail_html', 'theme_remove_title_attr'); ]]></description>
<pubDate>Sat, 13 Oct 2012 05:44:20 GMT</pubDate>
<guid>http://snipplr.com/view/60323/wordpress-remove-attribut-title-in-link/</guid>
</item>
</channel>
</rss>