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:
parent
6e3516b1b6
commit
bbb2beb7f7
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue