Skip to content

Commit d0d89b6

Browse files
committed
Coding Standards: Fix a trailing indentation issue after [60073].
Follow-up to [60073]. See #62163. git-svn-id: https://develop.svn.wordpress.org/trunk@60074 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9c09fe0 commit d0d89b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/class-wp-rest-request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public function get_params() {
497497
// Exclude rest_route if pretty permalinks are not enabled.
498498
if ( ! get_option( 'permalink_structure' ) ) {
499499
unset( $params['rest_route'] );
500-
}
500+
}
501501

502502
return $params;
503503
}

0 commit comments

Comments
 (0)