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-styles.php

    r42343 r42876  
    307307             * @since 2.6.0
    308308             *
    309              * @param array $to_do The list of enqueued styles about to be processed.
     309             * @param string[] $to_do The list of enqueued style handles about to be processed.
    310310             */
    311311            $this->to_do = apply_filters( 'print_styles_array', $this->to_do );
Note: See TracChangeset for help on using the changeset viewer.