Changeset 15590 for trunk/wp-includes/functions.wp-scripts.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-scripts.php
r12558 r15590 43 43 * @param array $deps (optional) Array of script names on which this script depends 44 44 * @param string|bool $ver (optional) Script version (used for cache busting), set to NULL to disable 45 * @param bool (optional) Wether to enqueue the script before </head> or before </body>45 * @param bool $in_footer (optional) Whether to enqueue the script before </head> or before </body> 46 46 * @return null 47 47 */
Note: See TracChangeset
for help on using the changeset viewer.