Changeset 2591

Show
Ignore:
Timestamp:
05/09/05 11:04:02 (4 years ago)
Author:
matt
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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)) {