Changeset 18480 for trunk/wp-includes/functions.wp-scripts.php
- Timestamp:
- 07/28/2011 06:24:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-scripts.php
r18464 r18480 67 67 * } 68 68 * The $name is passed directly so it should be qualified JS variable /[a-zA-Z0-9_]+/ 69 * The $data array is JSON encoded. If called more than once for the same $handle ,with the same $name,69 * The $data array is JSON encoded. If called more than once for the same $handle with the same $name, 70 70 * the object would contain all values. In that case if two or more keys are the same, 71 * the first value is kept and subsequent values are ignored.71 * the last value overwrites the previous. 72 72 * 73 73 * @since 3.3
Note: See TracChangeset
for help on using the changeset viewer.