Make WordPress Core

Changeset 47049


Ignore:
Timestamp:
01/08/2020 12:25:04 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Indicate that load_script_textdomain_relative_path filter value can be false.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n.php

    r46660 r47049  
    10171017     * @since 5.0.2
    10181018     *
    1019      * @param string $relative The relative path of the script. False if it could not be determined.
    1020      * @param string $src      The full source url of the script.
     1019     * @param string|false $relative The relative path of the script. False if it could not be determined.
     1020     * @param string       $src      The full source URL of the script.
    10211021     */
    10221022    $relative = apply_filters( 'load_script_textdomain_relative_path', $relative, $src );
Note: See TracChangeset for help on using the changeset viewer.