Make WordPress Core

Ticket #45372: 45372.patch

File 45372.patch, 930 bytes (added by mukesh27, 6 years ago)

Patch

  • wordpress/wp-includes/comment-template.php

    diff -Naur wordpress/wp-includes/comment-template.php wordpress/wp-includes/comment-template.php
     
    22402240                /** This filter is documented in wp-includes/link-template.php */
    22412241                'must_log_in'          => '<p class="must-log-in">' . sprintf(
    22422242                                              /* 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.' ),
    22442244                                              wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ), $post_id ) )
    22452245                                          ) . '</p>',
    22462246                /** This filter is documented in wp-includes/link-template.php */