summaryrefslogtreecommitdiff
path: root/lib/widget.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-13 23:56:10 -0500
committerEvan Prodromou <git@evanprodromou.name>2009-01-13 23:56:10 -0500
commit100e11a2b7127265fd4615aa992248a7f60d3bcc (patch)
tree8929b1770db4a3a9629cf52c42d0e06e635d874c /lib/widget.php
parent4826fde988dcb8b59b0545e05f36987c7396150f (diff)
Fix extralong lines in widget.php
Diffstat (limited to 'lib/widget.php')
-rw-r--r--lib/widget.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/widget.php b/lib/widget.php
index e69cc8b74..c70505c44 100644
--- a/lib/widget.php
+++ b/lib/widget.php
@@ -35,8 +35,9 @@ if (!defined('LACONICA')) {
/**
* Base class for UI widgets
*
- * A widget is a cluster of HTML elements that provide some functionality that's used on different
- * parts of the site. Examples would be profile lists, notice lists, and common forms.
+ * A widget is a cluster of HTML elements that provide some functionality
+ * that's used on different parts of the site. Examples would be profile
+ * lists, notice lists, navigation menus (tabsets) and common forms.
*
* @category Widget
* @package Laconica