Sorry if this is in the wrong section, I have a quick questions.
I downloaded a theme and installed Theme Authenticity Checker (TAC) on wordpress.
It's reporting that the theme has 7 Static Link(s)
Quote: Theme Ok!7 Static Link(s) Found...
wp-content/themes/dragon/portfolio.php [Edit]
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
wp-content/themes/dragon/index.php [Edit]
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
wp-content/themes/dragon/category.php [Edit]
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
wp-content/themes/dragon/single.php [Edit]
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
wp-content/themes/dragon/archive.php [Edit]
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
wp-content/themes/dragon/single_portfolio.php [Edit]
<a
href="http://twitter.com/share" class="twitter-share-button"
data-url="<?php the_permalink(); ?>"
data-count="horizontal">Tweet</a>
That is the exact report. Should I head over there and edit those out? To me they seem to be normal twitter links but I could be wrong.
Thank you