Changeset 4133 for trunk/wp-content/themes/default/comments-popup.php
- Timestamp:
- 08/30/2006 04:40:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments-popup.php
r3902 r4133 25 25 26 26 <?php if ('open' == $post->ping_status) { ?> 27 <p>The <a cronym title="Uniform Resource Identifier">URI</acronym> to TrackBack this entry is: <em><?php trackback_url() ?></em></p>27 <p>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"><a cronym title="Uniform Resource Identifier">URI</acronym></label>73 <label for="url"><abbr title="Universal Resource Locator">URL</abbr></label> 74 74 </p> 75 75
Note: See TracChangeset
for help on using the changeset viewer.