From c279ba3edb4217ffbc706418b011130a3c2e6038 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 19 Sep 2022 08:44:10 +0000 Subject: [PATCH] Docs: Typo correction in `_load_textdomain_just_in_time()` docblock. Props kebbet. See #55646. Built from https://develop.svn.wordpress.org/trunk@54199 git-svn-id: http://core.svn.wordpress.org/trunk@53758 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.