Changeset 10978 for trunk/wp-content/themes/default/comments-popup.php
- Timestamp:
- 04/17/2009 05:30:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments-popup.php
r9336 r10978 30 30 <p><a href="<?php echo get_post_comments_feed_link($post->ID); ?>"><abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.</a></p> 31 31 32 <?php if ( 'open' == $post->ping_status) { ?>32 <?php if ( pings_open() ) { ?> 33 33 <p>The <abbr title="Universal Resource Locator">URL</abbr> to TrackBack this entry is: <em><?php trackback_url() ?></em></p> 34 34 <?php } ?> … … 58 58 <?php } ?> 59 59 60 <?php if ( 'open' == $post->comment_status) { ?>60 <?php if ( comments_open() ) { ?> 61 61 <h2>Leave a comment</h2> 62 62 <p>Line and paragraph breaks automatic, e-mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo allowed_tags(); ?></code></p>
Note: See TracChangeset
for help on using the changeset viewer.