Changeset 39491
- Timestamp:
- 12/04/2016 08:36:02 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/comment.php
r39188 r39491 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.