mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
Docs: Misc docblock corrections and improvements.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@47754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -176,8 +176,8 @@ function add_user_to_blog( $blog_id, $user_id, $role ) {
|
||||
*
|
||||
* @since 4.9.0
|
||||
*
|
||||
* @param bool|WP_Error $retval True if the user should be added to the site, false
|
||||
* or error object otherwise.
|
||||
* @param true|WP_Error $retval True if the user should be added to the site, error
|
||||
* object otherwise.
|
||||
* @param int $user_id User ID.
|
||||
* @param string $role User role.
|
||||
* @param int $blog_id Site ID.
|
||||
|
||||
Reference in New Issue
Block a user