This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ class _WP_Dependency {
* Used for cache-busting.
*
* @since 2.6.0
* @var bool|string
* @var string|false|null
*/
public $ver = false;
@@ -58,7 +58,7 @@ class _WP_Dependency {
* Additional arguments for the handle.
*
* @since 2.6.0
* @var array
* @var mixed
*/
public $args = null; // Custom property, such as $in_footer or $media.