Make WordPress Core


Ignore:
Timestamp:
05/09/2005 11:04:02 AM (20 years ago)
Author:
matt
Message:

Trackback links fixed, also weird constant in template - http://mosquito.wordpress.org/view.php?id=1315

File:
1 edited

Legend:

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

    r2577 r2591  
    3131                        <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    3232                            // Both Comments and Pings are open ?>
    33                             You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(display); ?>">trackback</a> from your own site.
     33                            You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
    3434                       
    3535                        <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    3636                            // Only Pings are Open ?>
    37                             Responses are currently closed, but you can <a href="<?php trackback_url(display); ?> ">trackback</a> from your own site.
     37                            Responses are currently closed, but you can <a href="<?php trackback_url(true); ?> " rel="trackback">trackback</a> from your own site.
    3838                       
    3939                        <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
Note: See TracChangeset for help on using the changeset viewer.