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:
audrasjb 2022-09-19 08:44:10 +00:00
parent 38e393f7d0
commit c279ba3edb
2 changed files with 2 additions and 2 deletions

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

View File

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