Changeset 33047 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 07/02/2015 11:08:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r33042 r33047 1438 1438 ); 1439 1439 1440 $link = sprintf( "<a class='comment-reply-link' href='%s' onclick='%s' aria-label='%s'>%s</a>",1440 $link = sprintf( "<a rel='nofollow' class='comment-reply-link' href='%s' onclick='%s' aria-label='%s'>%s</a>", 1441 1441 esc_url( add_query_arg( 'replytocom', $comment->comment_ID, get_permalink( $post->ID ) ) ) . "#" . $args['respond_id'], 1442 1442 $onclick,
Note: See TracChangeset
for help on using the changeset viewer.