Remove Any Unnecessary Files of WordPress

How can we remove the /wp-includes/js/comment-reply.js?ver=20090102 script tag? 2 steps: first edit wp-includes/functions.php, add the follow code at the end of functions.php: function clean_header(){ wp_deregister_script( ‘comment-reply’ ); } second, edit wp-includes/default-filters.php, add the next line at proper place: add_action(‘init’,’clean_header’);

How to remove the title attribute using dreamweaver?

Here are some html code: <A title=”mens glasses” href=”http://www.cheapglasses123.com/men-glasses”>Men’s Glasses</A> <A title=”womens glasses” href=”http://www.cheapglasses123.com/women-glasses”>Women’s Glasses</A> <A title=”kids glasses” href=”http://www.cheapglasses123.com/kids-glasses”>Kids Glasses</A> If we do not need title attribute in these href code, and let them be: