Changeset 54875 for trunk/src/wp-includes/class-wp-dependency.php
- Timestamp:
- 11/25/2022 03:10:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.