Docs: Fix improper docblock format in `lang_dir_for_domain` hook.

Follow-up to [58236].

Props khokansardar.
See #60699.



Built from https://develop.svn.wordpress.org/trunk@58390


git-svn-id: http://core.svn.wordpress.org/trunk@57839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-06-11 14:27:18 +00:00
parent 6e3516b1b6
commit bbb2beb7f7
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class WP_Textdomain_Registry {
* @param string|false $path Languages directory path for the given domain and locale.
* @param string $domain Text domain.
* @param string $locale Locale.
**/
*/
return apply_filters( 'lang_dir_for_domain', $path, $domain, $locale );
}

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta1-58389';
$wp_version = '6.6-beta1-58390';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.