Changeset 47095
- Timestamp:
- 01/21/2020 02:51:00 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r46864 r47095 3848 3848 $logged_in = false; 3849 3849 if ( $allow_anon && get_option( 'comment_registration' ) ) { 3850 return new IXR_Error( 403, __( ' You must be registeredto comment.' ) );3850 return new IXR_Error( 403, __( 'Sorry, you must be logged in to comment.' ) ); 3851 3851 } elseif ( ! $allow_anon ) { 3852 3852 return $this->error;
Note: See TracChangeset
for help on using the changeset viewer.