From 41eb91c33bdc3c04d79f6ca98e306ecf0e2439bf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Aug 2025 15:43:44 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-dependency.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.