summaryrefslogtreecommitdiff
path: root/plugins/DisqusPlugin.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-08-14 00:07:12 +0000
committerZach Copley <zach@status.net>2010-08-14 00:07:12 +0000
commitfa4b360ba0e360fdb738a3857830ef68fff7ed69 (patch)
tree12066a0378065471ce6bdfae69546297e205a2ab /plugins/DisqusPlugin.php
parent20d0723dec4dafbc9b569722b529736604e6d10b (diff)
- 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
Diffstat (limited to 'plugins/DisqusPlugin.php')
-rw-r--r--plugins/DisqusPlugin.php7
1 files changed, 5 insertions, 2 deletions
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