Changeset 5982 for trunk/wp-content/themes/default/single.php
- Timestamp:
- 08/29/2007 11:08:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/single.php
r5147 r5982 32 32 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 33 33 // Both Comments and Pings are open ?> 34 You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url( true); ?>" rel="trackback">trackback</a> from your own site.34 You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site. 35 35 36 36 <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { 37 37 // Only Pings are Open ?> 38 Responses are currently closed, but you can <a href="<?php trackback_url( true); ?> " rel="trackback">trackback</a> from your own site.38 Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site. 39 39 40 40 <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
Note: See TracChangeset
for help on using the changeset viewer.