diff --git a/lib/widget.php b/lib/widget.php index e69cc8b744..c70505c44d 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