Make WordPress Core


Ignore:
Timestamp:
03/25/2018 07:32:24 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42343 r42876  
    497497             * @since 2.3.0
    498498             *
    499              * @param array $to_do An array of script dependencies.
     499             * @param string[] $to_do An array of script dependency handles.
    500500             */
    501501            $this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
Note: See TracChangeset for help on using the changeset viewer.