Make WordPress Core

Changeset 60656


Ignore:
Timestamp:
08/22/2025 03:41:03 PM (12 months ago)
Author:
SergeyBiryukov
Message:

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

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

Props marian1, iamadisingh.
Fixes #63857.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-dependency.php

    r54875 r60656  
    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.
Note: See TracChangeset for help on using the changeset viewer.