Changeset 54470 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 10/11/2022 09:00:33 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r54351 r54470 160 160 * 161 161 * @param string $handle Name of the script. Should be unique. 162 * @param string| bool$src Full URL of the script, or path of the script relative to the WordPress root directory.162 * @param string|false $src Full URL of the script, or path of the script relative to the WordPress root directory. 163 163 * If source is set to false, script is an alias of other scripts it depends on. 164 164 * @param string[] $deps Optional. An array of registered script handles this script depends on. Default empty array.
Note: See TracChangeset
for help on using the changeset viewer.