Make WordPress Core


Ignore:
Timestamp:
05/15/2022 08:30:46 PM (2 years ago)
Author:
audrasjb
Message:

Coding Standards: Fix params indentation in pre_get_network_by_path hook docblock.

See #55647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-network.php

    r53397 r53398  
    405405         *
    406406         * @param null|false|WP_Network $network  Network value to return by path. Default null
    407          *                                       to continue retrieving the network.
    408          * @param string               $domain   The requested domain.
    409          * @param string               $path     The requested path, in full.
    410          * @param int|null             $segments The suggested number of paths to consult.
    411          *                                       Default null, meaning the entire path was to be consulted.
    412          * @param string[]             $paths    Array of paths to search for, based on `$path` and `$segments`.
     407         *                                        to continue retrieving the network.
     408         * @param string                $domain   The requested domain.
     409         * @param string                $path     The requested path, in full.
     410         * @param int|null              $segments The suggested number of paths to consult.
     411         *                                        Default null, meaning the entire path was to be consulted.
     412         * @param string[]              $paths    Array of paths to search for, based on `$path` and `$segments`.
    413413         */
    414414        $pre = apply_filters( 'pre_get_network_by_path', null, $domain, $path, $segments, $paths );
Note: See TracChangeset for help on using the changeset viewer.