I simply need to remove the HTML title attribute from the link used in the TwentyTen navigation menu.
The theme header file calls this
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
I’ve tried editing where it builds the links in nav-menu-template.php but it doesn’t seem to have any effect.
Good question.
Here is a good refrence to implement this.
http://www.tryyourselfs.com/tag/remove-wp_nav_menu-a-title-using-jquery
http://erikshosting.com/tag/wp_nav_menu/
http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/