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/customize/class-wp-customize-selective-refresh.php

    r42343 r42876  
    219219     * @see WP_Customize_Manager::add_dynamic_settings()
    220220     *
    221      * @param array $partial_ids The partial ID to add.
    222      * @return array Added WP_Customize_Partial instances.
     221     * @param string[] $partial_ids Array of the partial IDs to add.
     222     * @return WP_Customize_Partial[] Array of added WP_Customize_Partial instances.
    223223     */
    224224    public function add_dynamic_partials( $partial_ids ) {
Note: See TracChangeset for help on using the changeset viewer.