aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-07 11:38:00 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-07 11:38:00 -0500
commit1973a28f46d8678c79721aeca63b007f2b20bdcb (patch)
tree700b36ba31063666b5c34df1fee2f9fbc0c14d32 /mod/thewire
parent4cbfac796a5e863372099be9b5a79725ba080450 (diff)
downloadelgg-1973a28f46d8678c79721aeca63b007f2b20bdcb.tar.gz
elgg-1973a28f46d8678c79721aeca63b007f2b20bdcb.tar.bz2
Refs #3209 fixed spacing and added options for wire method
Diffstat (limited to 'mod/thewire')
-rw-r--r--mod/thewire/classes/ElggWire.php2
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
*/