Changeset 30541 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 11/24/2014 05:38:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r29788 r30541 91 91 * 92 92 * Accepts an associative array $l10n and creates a JavaScript object: 93 * <code>94 * "$object_name" = {95 * key: value,96 * key: value,97 * ...98 * }99 * </code>93 * 94 * "$object_name" = { 95 * key: value, 96 * key: value, 97 * ... 98 * } 99 * 100 100 * 101 101 * @see WP_Dependencies::localize() … … 104 104 * 105 105 * @since 2.6.0 106 * 107 * @todo Documentation cleanup 106 108 * 107 109 * @param string $handle Script handle the data will be attached to.
Note: See TracChangeset
for help on using the changeset viewer.