Changeset 945 for trunk/wp-comments-popup.php
- Timestamp:
- 02/26/2004 04:15:48 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-popup.php
r880 r945 24 24 <h2 id="comments">Comments</h2> 25 25 26 <p><a href="<?php echo $siteurl; ?>/wp-commentsrss2.php?p=<?php echo $post->ID; ?>">RSS feed for comments on this post.</a></p>26 <p><a href="<?php echo get_settings('siteurl'); ?>/wp-commentsrss2.php?p=<?php echo $post->ID; ?>">RSS feed for comments on this post.</a></p> 27 27 28 28 <?php if ('open' == $post->ping_status) { ?> … … 59 59 <p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo allowed_tags(); ?></code></p> 60 60 61 <form action="<?php echo $siteurl; ?>/wp-comments-post.php" method="post" id="commentform">61 <form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 62 62 <p> 63 63 <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
Note: See TracChangeset
for help on using the changeset viewer.