Changeset 47049
- Timestamp:
- 01/08/2020 12:25:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r46660 r47049 1017 1017 * @since 5.0.2 1018 1018 * 1019 * @param string $relative The relative path of the script. False if it could not be determined.1020 * @param string $src The full source urlof 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. 1021 1021 */ 1022 1022 $relative = apply_filters( 'load_script_textdomain_relative_path', $relative, $src );
Note: See TracChangeset
for help on using the changeset viewer.