Changeset 19687 for trunk/wp-includes/functions.wp-scripts.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-scripts.php
r19573 r19687 46 46 * @param string $src Script url 47 47 * @param array $deps (optional) Array of script names on which this script depends 48 * @param string|bool $ver (optional) Script version (used for cache busting), set to NULLto disable48 * @param string|bool $ver (optional) Script version (used for cache busting), set to null to disable 49 49 * @param bool $in_footer (optional) Whether to enqueue the script before </head> or before </body> 50 50 * @return null
Note: See TracChangeset
for help on using the changeset viewer.