Changeset 36731
- Timestamp:
- 02/26/2016 01:22:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r36713 r36731 83 83 * 84 84 * @access public 85 * @since 2. 1.085 * @since 2.6.0 86 86 * 87 87 * @param mixed $handles Optional. Items to be processed: Process queue (false), process item (string), process items (array of strings). … … 136 136 * @access public 137 137 * @since 2.1.0 138 * @since 2.6.0 Moved from `WP_Scripts`. 138 139 * 139 140 * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings). … … 193 194 * @access public 194 195 * @since 2.1.0 196 * @since 2.6.0 Moved from `WP_Scripts`. 195 197 * 196 198 * @param string $handle Unique item name. … … 255 257 * @access public 256 258 * @since 2.1.0 259 * @since 2.6.0 Moved from `WP_Scripts`. 257 260 * 258 261 * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings). … … 274 277 * @access public 275 278 * @since 2.1.0 279 * @since 2.6.0 Moved from `WP_Scripts`. 276 280 * 277 281 * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings). … … 296 300 * @access public 297 301 * @since 2.1.0 302 * @since 2.6.0 Moved from `WP_Scripts`. 298 303 * 299 304 * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings). … … 340 345 * @access public 341 346 * @since 2.1.0 347 * @since 2.6.0 Moved from `WP_Scripts`. 342 348 * 343 349 * @param string $handle Name of the item. Should be unique.
Note: See TracChangeset
for help on using the changeset viewer.