Changeset 32483 for trunk/src/wp-includes/class.wp-dependencies.php
- Timestamp:
- 05/10/2015 07:56:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r30537 r32483 214 214 * @param string $ver Optional. Version (used for cache busting). 215 215 * @param mixed $args Optional. Custom property of the item. NOT the class property $args. Examples: $media, $in_footer. 216 * @return bool True on success, false on failure.216 * @return bool Whether the item has been registered. True on success, false on failure. 217 217 */ 218 218 public function add( $handle, $src, $deps = array(), $ver = false, $args = null ) {
Note: See TracChangeset
for help on using the changeset viewer.