summaryrefslogtreecommitdiff
path: root/plugins/data.usercount.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-08-07 22:14:58 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-08-07 22:14:58 +0000
commit494f80a62c73eae0ef1a1350c512bf22b6d84e11 (patch)
treead69526832e33450b97ae26f33a67e220be4e174 /plugins/data.usercount.php
parent69514fa3386e57bbe7f33112a4d73ffaff8711e4 (diff)
downloadliberty-494f80a62c73eae0ef1a1350c512bf22b6d84e11.tar.gz
liberty-494f80a62c73eae0ef1a1350c512bf22b6d84e11.tar.bz2
liberty-494f80a62c73eae0ef1a1350c512bf22b6d84e11.zip
apply same standard to all plugins
Diffstat (limited to 'plugins/data.usercount.php')
-rw-r--r--plugins/data.usercount.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.usercount.php b/plugins/data.usercount.php
index 12027d2..209efa8 100644
--- a/plugins/data.usercount.php
+++ b/plugins/data.usercount.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* @package liberty
* @subpackage plugins_data
*/
@@ -18,7 +18,7 @@
// | by: StarRider <starrrider@sourceforge.net>
// | Reworked from: wikiplugin_usercount.php - see deprecated code below
// +----------------------------------------------------------------------+
-// $Id: data.usercount.php,v 1.6 2006/04/06 05:06:11 starrrider Exp $
+// $Id: data.usercount.php,v 1.7 2006/08/07 22:14:58 squareing Exp $
/**
* definitions
@@ -30,7 +30,7 @@ $pluginParams = array (
'auto_activate' => FALSE,
'requires_pair' => TRUE,
'load_function' => 'data_usercount',
- 'title' => 'UserCount<strong> - This plugin is not yet functional.</strong>', // Remove this line when the plugin becomes operational
+ 'title' => 'UserCount - This plugin is not yet functional.', // Remove this line when the plugin becomes operational
// 'title' => 'UserCount', // and Remove the comment from the start of this line
'help_page' => 'DataPluginUserCount',
'description' => tra("Will show the number of users. If a Group Name can be included to filter the Groups."),