Skip to content

Commit 69a9d29

Browse files
Docs: Correct the type for _WP_Dependency::$args property.
Follow-up to [7970], [25518], [48462]. Props marian1, iamadisingh. Fixes #63857. git-svn-id: https://develop.svn.wordpress.org/trunk@60656 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 55644dc commit 69a9d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-dependency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class _WP_Dependency {
5858
* Additional arguments for the handle.
5959
*
6060
* @since 2.6.0
61-
* @var array
61+
* @var mixed
6262
*/
6363
public $args = null; // Custom property, such as $in_footer or $media.
6464

0 commit comments

Comments
 (0)