mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
216a9ef513
commit
96848efb8e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user