Make WordPress Core

Changeset 58591

Timestamp:
06/28/2024 08:49:36 AM (4 weeks ago)
Author:
swissspidy
Message:

Docs: Fix docblock alignment for pre_get_language_files_from_path filter.

Props khokansardar.
Fixes #61416.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-textdomain-registry.php

    r58390 r58591  
    183183         *
    184184         * @param null|array $files List of translation files. Default null.
    185          * @param string $path The path from which translation files are being fetched.
    186          **/
     185         * @param string The path from which translation files are being fetched.
     186         */
    187187        $files = apply_filters( 'pre_get_language_files_from_path', null, $path );
    188188
Note: See TracChangeset for help on using the changeset viewer.