summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/edit-comments.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-08 10:40:54 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-08 10:40:54 +0000
commite6f923dd3d1b9917ce81921b158dd174d615b931 (patch)
tree5d99b22562b8024e721511545164e319e4c35a45 /wp-inst/wp-admin/edit-comments.php
parent7f70918945649e3718eda65f8e6fdf3d09356561 (diff)
downloadwordpress-mu-e6f923dd3d1b9917ce81921b158dd174d615b931.tar.gz
wordpress-mu-e6f923dd3d1b9917ce81921b158dd174d615b931.tar.xz
wordpress-mu-e6f923dd3d1b9917ce81921b158dd174d615b931.zip
Lots of changes from WP Core.
Removed Smarty template picker. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@136 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/edit-comments.php')
-rw-r--r--wp-inst/wp-admin/edit-comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/edit-comments.php b/wp-inst/wp-admin/edit-comments.php
index d8632d3..57ca597 100644
--- a/wp-inst/wp-admin/edit-comments.php
+++ b/wp-inst/wp-admin/edit-comments.php
@@ -88,7 +88,7 @@ if ('view' == $mode) {
$class .= ' alternate';
echo "<li class='$class'>";
?>
- <p><strong><?php _e('Name:') ?></strong> <?php comment_author() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E-mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_url) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></p>
+ <p><strong><?php _e('Name:') ?></strong> <?php comment_author() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E-mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_url && 'http://' != $comment->comment_author_url ) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></p>
<?php comment_text() ?>