Trackback links fixed, also weird constant in template - http://mosquito.wordpress.org/view.php?id=1315
git-svn-id: https://develop.svn.wordpress.org/trunk@2591 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
394f51ddad
commit
f442d2eaae
@ -30,11 +30,11 @@
|
|||||||
|
|
||||||
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
|
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
|
||||||
// Both Comments and Pings are open ?>
|
// Both Comments and Pings are open ?>
|
||||||
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(display); ?>">trackback</a> from your own site.
|
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
|
||||||
|
|
||||||
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
|
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
|
||||||
// Only Pings are Open ?>
|
// Only Pings are Open ?>
|
||||||
Responses are currently closed, but you can <a href="<?php trackback_url(display); ?> ">trackback</a> from your own site.
|
Responses are currently closed, but you can <a href="<?php trackback_url(true); ?> " rel="trackback">trackback</a> from your own site.
|
||||||
|
|
||||||
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
|
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
|
||||||
// Comments are open, Pings are not ?>
|
// Comments are open, Pings are not ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user