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-network-query.php

    r42343 r42876  
    260260         * @since 4.6.0
    261261         *
    262          * @param array            $_networks An array of WP_Network objects.
     262         * @param WP_Network[]     $_networks An array of WP_Network objects.
    263263         * @param WP_Network_Query $this      Current instance of WP_Network_Query (passed by reference).
    264264         */
     
    400400         * @since 4.6.0
    401401         *
    402          * @param array            $pieces A compacted array of network query clauses.
     402         * @param string[]         $pieces An associative array of network query clauses.
    403403         * @param WP_Network_Query $this   Current instance of WP_Network_Query (passed by reference).
    404404         */
     
    479479     * @global wpdb  $wpdb WordPress database abstraction object.
    480480     *
    481      * @param string $string  Search string.
    482      * @param array  $columns Columns to search.
     481     * @param string   $string  Search string.
     482     * @param string[] $columns Array of columns to search.
    483483     *
    484484     * @return string Search SQL.
Note: See TracChangeset for help on using the changeset viewer.