Changeset 14347 for trunk/wp-includes/comment-template.php
- Timestamp:
- 05/02/2010 10:53:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r14274 r14347 1033 1033 1034 1034 if ( get_option('comment_registration') && !$user_ID ) 1035 $link = '<a rel="nofollow" class="comment-reply-login" href="' . esc_url( wp_login_url( get_permalink()) ) . '">' . $login_text . '</a>';1035 $link = '<a rel="nofollow" class="comment-reply-login" href="' . wp_login_url( get_permalink() ) . '">' . $login_text . '</a>'; 1036 1036 else 1037 1037 $link = "<a rel='nofollow' class='comment-reply-link' href='" . esc_url( add_query_arg( 'replytocom', $comment->comment_ID ) ) . "#" . $respond_id . "' onclick='return addComment.moveForm(\"$add_below-$comment->comment_ID\", \"$comment->comment_ID\", \"$respond_id\", \"$post->ID\")'>$reply_text</a>";
Note: See TracChangeset
for help on using the changeset viewer.