Changeset 36706
- Timestamp:
- 02/25/2016 05:10:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r36633 r36706 240 240 241 241 /** 242 * Add extra code to a registered script.242 * Adds extra code to a registered script. 243 243 * 244 244 * @since 4.5.0 245 * @access public 245 246 * 246 247 * @param string $handle Name of the script to add the inline script to. Must be lowercase. … … 248 249 * @param string $position Optional. Whether to add the inline script before the handle 249 250 * or after. Default 'after'. 250 *251 251 * @return bool True on success, false on failure. 252 252 */ … … 267 267 268 268 /** 269 * Print inline scripts registered for a specific handle.269 * Prints inline scripts registered for a specific handle. 270 270 * 271 271 * @since 4.5.0 272 * @access public 272 273 * 273 274 * @param string $handle Name of the script to add the inline script to. Must be lowercase.
Note: See TracChangeset
for help on using the changeset viewer.