mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Docs: Indicate that load_script_textdomain_relative_path
filter value can be false
.
See #48303. Built from https://develop.svn.wordpress.org/trunk@47049 git-svn-id: http://core.svn.wordpress.org/trunk@46849 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
572f1725d9
commit
967f43a6cb
@ -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 );
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47048';
|
||||
$wp_version = '5.4-alpha-47049';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user