Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r46232 r46596  
    209209     * @param int|null           $segments The suggested number of paths to consult.
    210210     *                                     Default null, meaning the entire path was to be consulted.
    211      * @param array              $paths    The paths to search for, based on $path and $segments.
     211     * @param string[]           $paths    The paths to search for, based on $path and $segments.
    212212     */
    213213    $pre = apply_filters( 'pre_get_site_by_path', null, $domain, $path, $segments, $paths );
Note: See TracChangeset for help on using the changeset viewer.