mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user