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

See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-01-22 00:23:09 +00:00
parent 8133a247bd
commit 5db9ef75c9
5 changed files with 9 additions and 5 deletions
+2 -1
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.