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
This commit is contained in:
Jb Audras 2022-09-19 08:42:38 +00:00
parent 216a9ef513
commit 96848efb8e

View File

@ -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