From 5beb28bd39669a0a3d299859c6ec8bfe5361c951 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 25 Mar 2025 00:04:25 +0000 Subject: [PATCH] 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 --- wp-includes/rest-api/class-wp-rest-request.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/class-wp-rest-request.php b/wp-includes/rest-api/class-wp-rest-request.php index 70328e69e4..a0e67e5d4a 100644 --- a/wp-includes/rest-api/class-wp-rest-request.php +++ b/wp-includes/rest-api/class-wp-rest-request.php @@ -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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 1a5ca33239..7dd8576f54 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.