diff --git a/wp-includes/class-wp-textdomain-registry.php b/wp-includes/class-wp-textdomain-registry.php index 7037b2bc07..e5aeb82e5c 100644 --- a/wp-includes/class-wp-textdomain-registry.php +++ b/wp-includes/class-wp-textdomain-registry.php @@ -182,8 +182,8 @@ class WP_Textdomain_Registry { * @since 6.5.0 * * @param null|array $files List of translation files. Default null. - * @param string $path The path from which translation files are being fetched. - **/ + * @param string $path The path from which translation files are being fetched. + */ $files = apply_filters( 'pre_get_language_files_from_path', null, $path ); if ( null !== $files ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index da0547d5d9..3c2e156e1d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58589'; +$wp_version = '6.7-alpha-58591'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.