Changeset 39490
- Timestamp:
- 12/04/2016 08:31:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r39188 r39490 3060 3060 } else { 3061 3061 if ( get_option( 'comment_registration' ) ) { 3062 return new WP_Error( 'not_logged_in', __( 'Sorry, you must be logged in to post acomment.' ), 403 );3062 return new WP_Error( 'not_logged_in', __( 'Sorry, you must be logged in to comment.' ), 403 ); 3063 3063 } 3064 3064 }
Note: See TracChangeset
for help on using the changeset viewer.