Docs: Adjust documentation for some pre_* filters for consistency.

See #48303.
Built from https://develop.svn.wordpress.org/trunk@47101


git-svn-id: http://core.svn.wordpress.org/trunk@46901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-01-22 00:25:04 +00:00
parent eb513c5ac8
commit c3f9af4f00
6 changed files with 10 additions and 6 deletions

View File

@@ -407,7 +407,8 @@ class WP_Network {
*
* @since 3.9.0
*
* @param null|bool|WP_Network $network Network value to return by path.
* @param null|bool|WP_Network $network Network value to return by path. Default null
* to continue retrieving the network.
* @param string $domain The requested domain.
* @param string $path The requested path, in full.
* @param int|null $segments The suggested number of paths to consult.