Changeset 31412
- Timestamp:
- 02/11/2015 04:10:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r31402 r31412 1503 1503 1504 1504 if ( get_option('comment_registration') && ! is_user_logged_in() ) { 1505 $link = sprintf( '<a rel="nofollow" href="%s">%s</a>',1505 $link = sprintf( '<a rel="nofollow" class="comment-reply-login" href="%s">%s</a>', 1506 1506 wp_login_url( get_permalink() ), 1507 1507 $args['login_text']
Note: See TracChangeset
for help on using the changeset viewer.