Index: src/wp-includes/user.php
===================================================================
--- src/wp-includes/user.php	(revision 33611)
+++ src/wp-includes/user.php	(working copy)
@@ -2339,7 +2339,7 @@
  * @param string $username The user's username.
  * @param string $password The user's password.
  * @param string $email    Optional. The user's email. Default empty.
- * @return int|WP_Error The new user's ID.
+ * @return int|WP_Error The new user's ID or a WP_Error object if the user could not be created.
  */
 function wp_create_user($username, $password, $email = '') {
 	$user_login = wp_slash( $username );
