diff --git a/wp-includes/class-wp-dependency.php b/wp-includes/class-wp-dependency.php index bcc780828c..7e8de9c595 100644 --- a/wp-includes/class-wp-dependency.php +++ b/wp-includes/class-wp-dependency.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 2044e37136..6f0d765c12 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.