detailed description
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Name: Link
|
||||
* Description: Using short links on whole hub
|
||||
* Version: 0.04
|
||||
* Version: 0.05
|
||||
* Author: ivan zlax <@zlax@ussr.win>
|
||||
* Maintainer: ivan zlax <@zlax@ussr.win>
|
||||
*/
|
||||
@@ -28,7 +28,7 @@ function link_plugin_admin(&$a,&$o) {
|
||||
$t = get_markup_template( "admin.tpl", "addon/link/" );
|
||||
$o = replace_macros($t, array(
|
||||
'$submit' => t('Submit'),
|
||||
'$linkonhub' => array('linkonhub', t('Show "Link on Hub" button'), get_config('link', 'linkonhub'), t('Currently used javascript hack for the integrating with wall-item-menu (will be fixed later)')),
|
||||
'$linkonhub' => array('linkonhub', t('Show "Link on Hub" button'), get_config('link', 'linkonhub'), t('Currently used temporarily javascript code for the integrating with wall-item-menu (will be fixed later)')),
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user