summaryrefslogtreecommitdiff
path: root/plugins/DisqusPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DisqusPlugin.php')
-rw-r--r--plugins/DisqusPlugin.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/DisqusPlugin.php b/plugins/DisqusPlugin.php
index c07eaaabd..eef40616e 100644
--- a/plugins/DisqusPlugin.php
+++ b/plugins/DisqusPlugin.php
@@ -71,6 +71,9 @@ if (!defined('STATUSNET')) {
class DisqusPlugin extends Plugin
{
+ public $shortname; // Required 'shortname' for actually triggering Disqus.
+ public $div_style; // Optional CSS chunk for the main <div>
+
function onEndShowContentBlock($action)
{
if (get_class($action) == 'ShownoticeAction') {