Changeset 41162 for trunk/src/wp-includes/class.wp-dependencies.php
- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class.wp-dependencies.php (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r40988 r41162 20 20 * An array of registered handle objects. 21 21 * 22 * @access public23 22 * @since 2.6.8 24 23 * @var array … … 29 28 * An array of queued _WP_Dependency handle objects. 30 29 * 31 * @access public32 30 * @since 2.6.8 33 31 * @var array … … 38 36 * An array of _WP_Dependency handle objects to queue. 39 37 * 40 * @access public41 38 * @since 2.6.0 42 39 * @var array … … 47 44 * An array of _WP_Dependency handle objects already queued. 48 45 * 49 * @access public50 46 * @since 2.6.0 51 47 * @var array … … 58 54 * Arguments are appended to the item query string. 59 55 * 60 * @access public61 56 * @since 2.6.0 62 57 * @var array … … 67 62 * An array of handle groups to enqueue. 68 63 * 69 * @access public70 64 * @since 2.8.0 71 65 * @var array … … 76 70 * A handle group to enqueue. 77 71 * 78 * @access public79 72 * @since 2.8.0 80 73 * @deprecated 4.5.0 … … 88 81 * Processes the items passed to it or the queue, and their dependencies. 89 82 * 90 * @access public91 83 * @since 2.6.0 92 84 * @since 2.8.0 Added the `$group` parameter. … … 125 117 * Processes a dependency. 126 118 * 127 * @access public128 119 * @since 2.6.0 129 120 * … … 141 132 * dependencies into account. Does NOT catch infinite loops. 142 133 * 143 * @access public144 134 * @since 2.1.0 145 135 * @since 2.6.0 Moved from `WP_Scripts`. … … 201 191 * Registers the item if no item of that name already exists. 202 192 * 203 * @access public204 193 * @since 2.1.0 205 194 * @since 2.6.0 Moved from `WP_Scripts`. … … 227 216 * Adds data to a registered item. 228 217 * 229 * @access public230 218 * @since 2.6.0 231 219 * … … 247 235 * Gets data associated with a registered item. 248 236 * 249 * @access public250 237 * @since 3.3.0 251 238 * … … 267 254 * Un-register an item or items. 268 255 * 269 * @access public270 256 * @since 2.1.0 271 257 * @since 2.6.0 Moved from `WP_Scripts`. … … 287 273 * Note $args is NOT the $args property of items in the $registered array. 288 274 * 289 * @access public290 275 * @since 2.1.0 291 276 * @since 2.6.0 Moved from `WP_Scripts`. … … 310 295 * and removes arguments from the class property $args. 311 296 * 312 * @access public313 297 * @since 2.1.0 314 298 * @since 2.6.0 Moved from `WP_Scripts`. … … 355 339 * Query list for an item. 356 340 * 357 * @access public358 341 * @since 2.1.0 359 342 * @since 2.6.0 Moved from `WP_Scripts`. … … 392 375 * Set item group, unless already in a lower group. 393 376 * 394 * @access public395 377 * @since 2.8.0 396 378 *
Note: See TracChangeset
for help on using the changeset viewer.