Changeset 54875
- Timestamp:
- 11/25/2022 03:10:48 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependencies.php
r54470 r54875 242 242 * @param string|false $src Full URL of the item, or path of the item relative 243 243 * to the WordPress root directory. If source is set to false, 244 * item is an alias of other items it depends on.244 * the item is an alias of other items it depends on. 245 245 * @param string[] $deps Optional. An array of registered item handles this item depends on. 246 246 * Default empty array. -
trunk/src/wp-includes/class-wp-dependency.php
r54351 r54875 30 30 * The handle source. 31 31 * 32 * If source is set to false, the item is an alias of other items it depends on. 33 * 32 34 * @since 2.6.0 33 * @var string 35 * @var string|false 34 36 */ 35 37 public $src;
Note: See TracChangeset
for help on using the changeset viewer.