Skip to content

Commit 862e1be

Browse files
wundoamitaibu
authored andcommitted
Ambiguous parameters for message create in the docs
1 parent 6c2c09c commit 862e1be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

message.module

+3
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,9 @@ function message_type_delete($message) {
829829
* the message type.
830830
* - "timestamp" - The unix timestamp of the creation time of the message. If
831831
* empty the current time will be used.
832+
* - "uid" - The user->uid to associate the message with, this will overwrite
833+
* $account param, and it's useful when you don't have the full user object
834+
* loaded into memory.
832835
* @param $account
833836
* Optional; The user object to associate the message with. If empty, the
834837
* current user will be used.

0 commit comments

Comments
 (0)