mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
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
This commit is contained in:
parent
38e393f7d0
commit
c279ba3edb
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user