diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-07 11:38:00 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-07 11:38:00 -0500 |
commit | 1973a28f46d8678c79721aeca63b007f2b20bdcb (patch) | |
tree | 700b36ba31063666b5c34df1fee2f9fbc0c14d32 /mod | |
parent | 4cbfac796a5e863372099be9b5a79725ba080450 (diff) | |
download | elgg-1973a28f46d8678c79721aeca63b007f2b20bdcb.tar.gz elgg-1973a28f46d8678c79721aeca63b007f2b20bdcb.tar.bz2 |
Refs #3209 fixed spacing and added options for wire method
Diffstat (limited to 'mod')
-rw-r--r-- | mod/thewire/classes/ElggWire.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/classes/ElggWire.php b/mod/thewire/classes/ElggWire.php index 5155a7f97..9c92dd8f2 100644 --- a/mod/thewire/classes/ElggWire.php +++ b/mod/thewire/classes/ElggWire.php @@ -2,7 +2,7 @@ /** * ElggWire Class * - * @property string $method The method used to create the wire post + * @property string $method The method used to create the wire post (site, sms, api) * @property bool $reply Whether this wire post was a reply to another post * @property int $wire_thread The identifier of the thread for this wire post */ |