Changeset 32124 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 04/14/2015 03:12:49 PM (11 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
r32040 r32124 139 139 * @todo Documentation cleanup 140 140 * 141 * @param string $handle Script handle the data will be attached to. 142 * @param string $object_name Name for the JavaScript object. Passed directly, so it should be qualified JS variable. 143 * Example: '/[a-zA-Z0-9_]+/'. 144 * @param array|callable $l10n The data itself. The data can be either a single or multi-dimensional array. If a callable 145 * is passed, it will be invoked at runtime. 141 * @param string $handle Script handle the data will be attached to. 142 * @param string $object_name Name for the JavaScript object. Passed directly, so it should be qualified JS variable. 143 * Example: '/[a-zA-Z0-9_]+/'. 144 * @param array $l10n The data itself. The data can be either a single or multi-dimensional array. 146 145 * @return bool True if the script was successfully localized, false otherwise. 147 146 */
Note: See TracChangeset
for help on using the changeset viewer.