Skip to content

Commit c22b9fc

Browse files
committed
correct date format and removed user's social account fields
1 parent c49f386 commit c22b9fc

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

src/User_Command.php

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function delete( $args, $assoc_args ) {
296296
* [--user_pass=<password>]
297297
* : The user password. Default: randomly generated
298298
*
299-
* [--user_registered=<yyyy-mm-dd>]
299+
* [--user_registered=<yyyy-mm-dd hh:ii:ss>]
300300
* : The date the user registered. Default: current date
301301
*
302302
* [--display_name=<name>]
@@ -326,15 +326,6 @@ public function delete( $args, $assoc_args ) {
326326
* [--rich_editing=<rich_editing>]
327327
* : A string for whether to enable the rich editor or not. False if not empty.
328328
*
329-
* [--jabber=<jabber>]
330-
* : User's Jabber account.
331-
*
332-
* [--aim=<aim>]
333-
* : User's AOL IM account.
334-
*
335-
* [--yim=<yim>]
336-
* : User's Yahoo IM account.
337-
*
338329
* [--send-email]
339330
* : Send an email to the user with their new account details.
340331
*
@@ -478,21 +469,12 @@ public function create( $args, $assoc_args ) {
478469
* [--rich_editing=<rich_editing>]
479470
* : A string for whether to enable the rich editor or not. False if not empty.
480471
*
481-
* [--user_registered=<yyyy-mm-dd>]
482-
* : The date the user registered. Format is Y-m-d H:i:s.
472+
* [--user_registered=<yyyy-mm-dd hh:ii:ss>]
473+
* : The date the user registered.
483474
*
484475
* [--role=<role>]
485476
* : A string used to set the user's role.
486477
*
487-
* [--jabber=<jabber>]
488-
* : User's Jabber account.
489-
*
490-
* [--aim=<aim>]
491-
* : User's AOL IM account.
492-
*
493-
* [--yim=<yim>]
494-
* : User's Yahoo IM account.
495-
*
496478
* --<field>=<value>
497479
* : One or more fields to update. For accepted fields, see wp_update_user().
498480
*

0 commit comments

Comments
 (0)