summaryrefslogtreecommitdiff
path: root/plugins/no_title_counters/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/no_title_counters/init.php')
-rw-r--r--plugins/no_title_counters/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/no_title_counters/init.php b/plugins/no_title_counters/init.php
index 86d2bdfc3..ff8dbe9fa 100644
--- a/plugins/no_title_counters/init.php
+++ b/plugins/no_title_counters/init.php
@@ -3,7 +3,7 @@ class No_Title_Counters extends Plugin {
private $host;
function about() {
- return array(1.0,
+ return array(null,
"Remove counters from window title (prevents tab flashing on new articles)",
"fox");
}