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:
John Blackbourn
2020-05-03 19:36:06 +00:00
parent ef05acdfaa
commit 7d24075a26
3 changed files with 5 additions and 4 deletions

View File

@@ -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.