Changeset 4133 for trunk/wp-content/themes/classic/comments-popup.php
- Timestamp:
- 08/30/2006 04:40:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments-popup.php
r3902 r4133 25 25 26 26 <?php if ('open' == $post->ping_status) { ?> 27 <p><?php _e("The <a cronym title=\"Uniform Resource Identifier\">URI</acronym> to TrackBack this entry is:"); ?> <em><?php trackback_url() ?></em></p>27 <p><?php _e("The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is:"); ?> <em><?php trackback_url() ?></em></p> 28 28 <?php } ?> 29 29 … … 71 71 <p> 72 72 <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" /> 73 <label for="url"><?php _e("<a cronym title=\"Uniform Resource Identifier\">URI</acronym>"); ?></label>73 <label for="url"><?php _e("<abbr title=\"Universal Resource Locator\">URL</abbr>"); ?></label> 74 74 </p> 75 75
Note: See TracChangeset
for help on using the changeset viewer.