Make WordPress Core


Ignore:
Timestamp:
08/29/2007 11:08:44 PM (17 years ago)
Author:
ryan
Message:

Trackback fxn cleanup from Otto42. fixes #4800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/single.php

    r5147 r5982  
    3232                        <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    3333                            // 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.
    3535
    3636                        <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    3737                            // 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.
    3939
    4040                        <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
Note: See TracChangeset for help on using the changeset viewer.