Make WordPress Core


Ignore:
Timestamp:
09/21/2019 05:40:58 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Docblock corrections and improvements, mostly related to various pre_* filters.

See #47110

File:
1 edited

Legend:

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

    r45932 r46232  
    204204     * @since 3.9.0
    205205     *
    206      * @param null|bool|WP_Site $site     Site value to return by path.
    207      * @param string            $domain   The requested domain.
    208      * @param string            $path     The requested path, in full.
    209      * @param int|null          $segments The suggested number of paths to consult.
    210      *                                    Default null, meaning the entire path was to be consulted.
    211      * @param array             $paths    The paths to search for, based on $path and $segments.
     206     * @param null|false|WP_Site $site     Site value to return by path.
     207     * @param string             $domain   The requested domain.
     208     * @param string             $path     The requested path, in full.
     209     * @param int|null           $segments The suggested number of paths to consult.
     210     *                                     Default null, meaning the entire path was to be consulted.
     211     * @param array              $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.