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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user