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:
Pascal Birchler 2024-06-28 08:51:16 +00:00
parent a47ccea2da
commit 98c48e4365
2 changed files with 3 additions and 3 deletions

View File

@ -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 ) {

View File

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