From fa4b360ba0e360fdb738a3857830ef68fff7ed69 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sat, 14 Aug 2010 00:07:12 +0000 Subject: - Remove extraneous style stuff from Echo plugin - that stuff should be handled via CSS in the theme. - Updated installation instructions on Echo and Disqus plugins --- plugins/DisqusPlugin.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/DisqusPlugin.php') diff --git a/plugins/DisqusPlugin.php b/plugins/DisqusPlugin.php index dfc1aa8b0..dc56f320c 100644 --- a/plugins/DisqusPlugin.php +++ b/plugins/DisqusPlugin.php @@ -53,9 +53,12 @@ if (!defined('STATUSNET')) { * * NOTE: the 'div_style' in an optional parameter that passes in some * inline CSS when creating the Disqus widget. It's a shortcut to make - * the widget look OK with the the default StatusNet theme. If you leave + * the widget look OK with the default StatusNet theme. If you leave * it out you'll have to edit your theme CSS files to make the widget - * look good. + * look good. You can also control the way the widget looks by + * adding style rules to your theme. + * + * See: http://help.disqus.com/entries/100878-css-customization * * @category Plugin * @package StatusNet -- cgit v1.2.3-54-g00ecf