Docs: Indicate that `load_script_textdomain_relative_path` filter value can be `false`.

See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47049 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-01-08 00:25:04 +00:00
parent 01a3632b15
commit 6bf5238ebb
1 changed files with 2 additions and 2 deletions

View File

@ -1016,8 +1016,8 @@ function load_script_textdomain( $handle, $domain = 'default', $path = null ) {
*
* @since 5.0.2
*
* @param string $relative The relative path of the script. False if it could not be determined.
* @param string $src The full source url of the script.
* @param string|false $relative The relative path of the script. False if it could not be determined.
* @param string $src The full source URL of the script.
*/
$relative = apply_filters( 'load_script_textdomain_relative_path', $relative, $src );