Make WordPress Core


Ignore:
Timestamp:
07/13/2020 10:08:16 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #49572

File:
1 edited

Legend:

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

    r47399 r48462  
    2222     *
    2323     * @since 2.6.0
    24      * @var null
     24     * @var string
    2525     */
    2626    public $handle;
     
    3030     *
    3131     * @since 2.6.0
    32      * @var null
     32     * @var string
    3333     */
    3434    public $src;
     
    5656     *
    5757     * @since 2.6.0
    58      * @var null
     58     * @var array
    5959     */
    6060    public $args = null;  // Custom property, such as $in_footer or $media.
Note: See TracChangeset for help on using the changeset viewer.