Changeset 51726
- Timestamp:
- 09/02/2021 08:29:03 AM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r51154 r51726 187 187 * Localize a script. 188 188 * 189 * Works only if the script has already been added.189 * Works only if the script has already been registered. 190 190 * 191 191 * Accepts an associative array $l10n and creates a JavaScript object: … … 225 225 * Sets translated strings for a script. 226 226 * 227 * Works only if the script has already been added.227 * Works only if the script has already been registered. 228 228 * 229 229 * @see WP_Scripts::set_translations() … … 403 403 * Add metadata to a script. 404 404 * 405 * Works only if the script has already been added.405 * Works only if the script has already been registered. 406 406 * 407 407 * Possible values for $key and $value: -
trunk/src/wp-includes/functions.wp-styles.php
r48070 r51726 218 218 * Add metadata to a CSS stylesheet. 219 219 * 220 * Works only if the stylesheet has already been added.220 * Works only if the stylesheet has already been registered. 221 221 * 222 222 * Possible values for $key and $value:
Note: See TracChangeset
for help on using the changeset viewer.