diff -Naur wordpress/wp-includes/comment-template.php wordpress/wp-includes/comment-template.php
|
|
|
2240 | 2240 | /** This filter is documented in wp-includes/link-template.php */ |
2241 | 2241 | 'must_log_in' => '<p class="must-log-in">' . sprintf( |
2242 | 2242 | /* translators: %s: login URL */ |
2243 | | __( 'You must be <a href="%s">logged in</a> to post a comment.' ), |
| 2243 | __( 'You must be <a rel="nofollow" href="%s">logged in</a> to post a comment.' ), |
2244 | 2244 | wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ), $post_id ) ) |
2245 | 2245 | ) . '</p>', |
2246 | 2246 | /** This filter is documented in wp-includes/link-template.php */ |