Docs: Miscellaneous docblock fixes and improvements.

See #48303


git-svn-id: https://develop.svn.wordpress.org/trunk@46594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2019-10-26 20:42:00 +00:00
parent c951d94c72
commit a2e08032dc
7 changed files with 101 additions and 44 deletions

View File

@@ -105,7 +105,7 @@ if ( isset( $_REQUEST['action'] ) && 'adduser' == $_REQUEST['action'] ) {
* @since 4.4.0
*
* @param int $user_id The invited user's ID.
* @param array $role The role of invited user.
* @param array $role Array containing role information for the invited user.
* @param string $newuser_key The key of the invitation.
*/
do_action( 'invite_user', $user_id, $role, $newuser_key );