You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertErrorResponse( 'rest_forbidden_param', $response, 401, 'Comments endpoint did not return the expected error response for forbidden parameters' );
4234
4236
}
4235
4237
4236
4238
// Individual comments.
@@ -4241,7 +4243,7 @@ public function test_get_items_type_arg_unauthenticated( $comment_type, $count )
4241
4243
// Individual comments using the /comments/<id> endpoint can (unexpectedly) be
4242
4244
// retrieved by unauthenticated users - except for the 'note' type which is restricted.
4243
4245
// See https://core.trac.wordpress.org/ticket/44157.
0 commit comments