Changeset 41162 for trunk/src/wp-includes/class-wp-dependency.php
- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependency.php
r38375 r41162 21 21 * The handle name. 22 22 * 23 * @access public24 23 * @since 2.6.0 25 24 * @var null … … 30 29 * The handle source. 31 30 * 32 * @access public33 31 * @since 2.6.0 34 32 * @var null … … 39 37 * An array of handle dependencies. 40 38 * 41 * @access public42 39 * @since 2.6.0 43 40 * @var array … … 50 47 * Used for cache-busting. 51 48 * 52 * @access public53 49 * @since 2.6.0 54 50 * @var bool|string … … 59 55 * Additional arguments for the handle. 60 56 * 61 * @access public62 57 * @since 2.6.0 63 58 * @var null … … 68 63 * Extra data to supply to the handle. 69 64 * 70 * @access public71 65 * @since 2.6.0 72 66 * @var array … … 88 82 * Add handle data. 89 83 * 90 * @access public91 84 * @since 2.6.0 92 85 *
Note: See TracChangeset
for help on using the changeset viewer.