git-svn-id: http://svn.automattic.com/wordpress/trunk@12341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2009-12-08 19:59:34 +00:00
parent 5fae5d7d61
commit cff2ea75c7
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
* Creates a new user from the "Users" form using $_POST information.
*
* It seems that the first half is for backwards compatibility, but only
* has the ability to alter the user's role. Wordpress core seems to
* has the ability to alter the user's role. WordPress core seems to
* use this function only in the second way, running edit_user() with
* no id so as to create a new user.
*