Make WordPress Core

Ticket #39014: 39014.patch

File 39014.patch, 495 bytes (added by ramiy, 10 years ago)
  • wp-includes/comment.php

     
    30593059                }
    30603060        } else {
    30613061                if ( get_option( 'comment_registration' ) ) {
    3062                         return new WP_Error( 'not_logged_in', __( 'Sorry, you must be logged in to post a comment.' ), 403 );
     3062                        return new WP_Error( 'not_logged_in', __( 'Sorry, you must be logged in to comment.' ), 403 );
    30633063                }
    30643064        }
    30653065