Skip to content

Commit 3b5b3b2

Browse files
REST API: Remove unnecessary blank line in rest_sanitize_schema_properties function
1 parent 5e6f16b commit 3b5b3b2

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

REVIEWER_RESPONSE.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/wp-includes/rest-api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ function rest_sanitize_schema_properties( $data, $server, $request ) {
224224
$data['schema'] = rest_sanitize_schema_properties_recursive( $data['schema'] );
225225
}
226226

227-
228227
return $data;
229228
}
230229

0 commit comments

Comments
 (0)