From ffcd954ef80a9fdee0306a5a4a197c49f8c10e59 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Thu, 11 Jan 2024 15:53:22 +0000 Subject: [PATCH] Modules API: Fix indentation. Follow-up [57269]. Props mukesh27. See #56313. Built from https://develop.svn.wordpress.org/trunk@57271 git-svn-id: http://core.svn.wordpress.org/trunk@56777 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-script-modules.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-script-modules.php b/wp-includes/class-wp-script-modules.php index 4c542211b8..d097785a7d 100644 --- a/wp-includes/class-wp-script-modules.php +++ b/wp-includes/class-wp-script-modules.php @@ -300,9 +300,9 @@ class WP_Script_Modules { * * @since 6.5.0 * - * @param array $module_ids The identifiers of the modules for which to gather dependencies. - * @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both. - * Default is both. + * @param array $module_ids The identifiers of the modules for which to gather dependencies. + * @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both. + * Default is both. * @return array List of dependencies, keyed by module identifier. */ private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ad9c3a1e4..c51a4e579e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57270'; +$wp_version = '6.5-alpha-57271'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.