<?php printf( __( '<span class=\"%1$s\">Tags</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>
My question is: Why is the word 'twentyten' spammed everywhere?
For example:
I've tried removing it and it continues to work properly (I think).