summaryrefslogtreecommitdiff
path: root/lib/widget.php
diff options
context:
space:
mode:
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