mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -886,7 +886,7 @@ function count_users( $strategy = 'time', $site_id = null ) {
|
||||
*
|
||||
* @since 5.1.0
|
||||
*
|
||||
* @param null|string $result Default null.
|
||||
* @param null|string $result The value to return instead. Default null to continue with the query.
|
||||
* @param string $strategy Optional. The computational strategy to use when counting the users.
|
||||
* Accepts either 'time' or 'memory'. Default 'time'.
|
||||
* @param int|null $site_id Optional. The site ID to count users for. Defaults to the current site.
|
||||
|
||||
Reference in New Issue
Block a user