Fix typos in documentation (wp-includes/[i-z]). See #18560.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_
2011-09-05 19:08:15 +00:00
parent d6fe2825c9
commit 2f51b9be0d
16 changed files with 42 additions and 42 deletions

View File

@@ -1443,8 +1443,8 @@ function wp_update_user($userdata) {
/**
* A simpler way of inserting an user into the database.
*
* Creates a new user with just the username, password, and email. For a more
* detail creation of a user, use wp_insert_user() to specify more infomation.
* Creates a new user with just the username, password, and email. For more
* complex user creation use wp_insert_user() to specify more information.
*
* @since 2.0.0
* @see wp_insert_user() More complete way to create a new user