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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user