Docs: Fix docblock alignment for `pre_get_language_files_from_path` filter.
Props khokansardar. Fixes #61416. Built from https://develop.svn.wordpress.org/trunk@58591 git-svn-id: http://core.svn.wordpress.org/trunk@58038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a47ccea2da
commit
98c48e4365
|
@ -182,8 +182,8 @@ class WP_Textdomain_Registry {
|
|||
* @since 6.5.0
|
||||
*
|
||||
* @param null|array $files List of translation files. Default null.
|
||||
* @param string $path The path from which translation files are being fetched.
|
||||
**/
|
||||
* @param string $path The path from which translation files are being fetched.
|
||||
*/
|
||||
$files = apply_filters( 'pre_get_language_files_from_path', null, $path );
|
||||
|
||||
if ( null !== $files ) {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58589';
|
||||
$wp_version = '6.7-alpha-58591';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue