Skip to content

Commit ad0203c

Browse files
committed
Docs: Fix improper docblock format in lang_dir_for_domain hook.
Follow-up to [58236]. Props khokansardar. See #60699. git-svn-id: https://develop.svn.wordpress.org/trunk@58390 602fd350-edb4-49c9-b593-d223f7449a82
1 parent adeb3ec commit ad0203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-textdomain-registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function get( $domain, $locale ) {
101101
* @param string|false $path Languages directory path for the given domain and locale.
102102
* @param string $domain Text domain.
103103
* @param string $locale Locale.
104-
**/
104+
*/
105105
return apply_filters( 'lang_dir_for_domain', $path, $domain, $locale );
106106
}
107107

0 commit comments

Comments
 (0)