diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-10-15 14:04:20 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-10-15 14:04:20 +0000 |
| commit | f30db709a0b7fa237bf80fbc010bcbc637ad53c8 (patch) | |
| tree | 649aea53f1bdc159689d0721ad60ec34d42dc08d /liberty_plugins | |
| parent | c752b4da49bc91b31022777cdc911875efa85a4f (diff) | |
| download | users-f30db709a0b7fa237bf80fbc010bcbc637ad53c8.tar.gz users-f30db709a0b7fa237bf80fbc010bcbc637ad53c8.tar.bz2 users-f30db709a0b7fa237bf80fbc010bcbc637ad53c8.zip | |
shorter short description; unused details hidden
Diffstat (limited to 'liberty_plugins')
| -rwxr-xr-x | liberty_plugins/data.userlink.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/liberty_plugins/data.userlink.php b/liberty_plugins/data.userlink.php index 0817a8f..b6c56ab 100755 --- a/liberty_plugins/data.userlink.php +++ b/liberty_plugins/data.userlink.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @package liberty * @subpackage plugins_data * @author bigwasp bigwasp@sourceforge.net @@ -19,7 +19,7 @@ // | by: StarRider <starrrider@sourceforge.net> // | Reworked from: wikiplugin_usercount.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.userlink.php,v 1.1 2008/07/08 07:13:57 squareing Exp $ +// $Id: data.userlink.php,v 1.2 2008/10/15 14:04:20 laetzer Exp $ /** * definitions @@ -31,9 +31,9 @@ $pluginParams = array ( 'auto_activate' => FALSE, 'requires_pair' => FALSE, 'load_function' => 'data_userlink', - 'title' => 'UserLink shows a link to the UserPage for a given login or email', + 'title' => 'UserLink per login or email', 'help_page' => 'DataPluginUserLink', - 'description' => tra("Will show a link to the userpage"), + 'description' => tra("Will show a link to the userpage for a given login name or email."), 'help_function' => 'data_userlink_help', 'syntax' => "{USERLINK login='bigwasp'}", 'path' => LIBERTY_PKG_PATH.'plugins/data.userlink.php', |
