diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index f43bfe3be2..6b62b158c9 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -1243,7 +1243,7 @@ function load_script_translations( $file, $handle, $domain ) { * * When a textdomain is encountered for the first time, we try to load * the translation file from `wp-content/languages`, removing the need - * to call load_plugin_texdomain() or load_theme_texdomain(). + * to call load_plugin_textdomain() or load_theme_textdomain(). * * @since 4.6.0 * @access private diff --git a/wp-includes/version.php b/wp-includes/version.php index ecd919d41e..6dfeee437a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54198'; +$wp_version = '6.1-alpha-54199'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.