Coding Standards: Fix a trailing indentation issue after [60073].

Follow-up to [60073].

See #62163.


Built from https://develop.svn.wordpress.org/trunk@60074


git-svn-id: http://core.svn.wordpress.org/trunk@59410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2025-03-25 00:04:25 +00:00
parent 46cb039f26
commit 5beb28bd39
2 changed files with 2 additions and 2 deletions

View File

@@ -497,7 +497,7 @@ class WP_REST_Request implements ArrayAccess {
// Exclude rest_route if pretty permalinks are not enabled.
if ( ! get_option( 'permalink_structure' ) ) {
unset( $params['rest_route'] );
}
}
return $params;
}

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-beta3-60073';
$wp_version = '6.8-beta3-60074';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.