summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/classic/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/classic/comments.php')
-rw-r--r--wp-content/themes/classic/comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/classic/comments.php b/wp-content/themes/classic/comments.php
index 6222f1a..860e634 100644
--- a/wp-content/themes/classic/comments.php
+++ b/wp-content/themes/classic/comments.php
@@ -27,7 +27,7 @@
<p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
<?php if ( pings_open() ) : ?>
- <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a>
+ <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a>
<?php endif; ?>
</p>