Docs: Correct the type for _WP_Dependency::$args property.

Follow-up to [7970], [25518], [48462].

Props marian1, iamadisingh.
Fixes #63857.
Built from https://develop.svn.wordpress.org/trunk@60656


git-svn-id: http://core.svn.wordpress.org/trunk@59992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-08-22 15:43:44 +00:00
parent 99744bd4ce
commit 41eb91c33b
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60655';
$wp_version = '6.9-alpha-60656';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.