Changeset 61358 for trunk/src/wp-includes/class-wp-dependencies.php
- Timestamp:
- 12/07/2025 04:14:08 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-dependencies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependencies.php
r61357 r61358 57 57 * An array of additional arguments passed when a handle is registered. 58 58 * 59 * Arguments are appended to the item query string. 59 * The keys are dependency handles and the values are query strings which are appended to the item URL's query 60 * string, after the `ver` if provided. 60 61 * 61 62 * @since 2.6.0 62 63 * 63 * @var array 64 * @var array<string, string> 64 65 */ 65 66 public $args = array(); … … 101 102 * @since 5.9.0 102 103 * 103 * @var array 104 * @var array<string, string|null> 104 105 */ 105 106 private $queued_before_register = array();
Note: See TracChangeset
for help on using the changeset viewer.