]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix extralong lines in widget.php
authorEvan Prodromou <git@evanprodromou.name>
Wed, 14 Jan 2009 04:56:10 +0000 (23:56 -0500)
committerEvan Prodromou <git@evanprodromou.name>
Wed, 14 Jan 2009 04:56:10 +0000 (23:56 -0500)
lib/widget.php

index e69cc8b744dac85d5f3fe636ebad8d2385d90495..c70505c44d662fa5ee8b6fdc9f2dca86b45cfe1b 100644 (file)
@@ -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