From 96848efb8e5f5a49c3de02fa558ac3546a19fa23 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 19 Sep 2022 08:42:38 +0000 Subject: [PATCH] Docs: Typo correction in `_load_textdomain_just_in_time()` docblock. Props kebbet. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54199 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php index f43bfe3be2..6b62b158c9 100644 --- a/src/wp-includes/l10n.php +++ b/src/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