diff --git a/xmlrpc.php b/xmlrpc.php index ec103262a..336b546fc 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -692,7 +692,7 @@ class wp_xmlrpc_server extends IXR_Server { set_current_user( 0, $username ); if( !current_user_can( 'edit_posts' ) ) { - return new IXR_Error( 403, __( 'You are not allowed details about comments.' ) ); + return new IXR_Error( 403, __( 'You are not allowed access to details about comments.' ) ); } do_action('xmlrpc_call', 'wp.getCommentCount');