remove testing lines
This commit is contained in:
parent
79b7bb627f
commit
ff04986083
|
@ -2,12 +2,6 @@
|
|||
|
||||
namespace Zotlabs\Module;
|
||||
|
||||
function link_load() { register_hook('page_end', 'addon/link/link.php', 'link_active'); }
|
||||
|
||||
function link_unload() { unregister_hook('page_end', 'addon/link/link.php', 'link_active'); }
|
||||
|
||||
function link_active(&$a,&$b) { $b .= '<div>testotest</div>'; }
|
||||
|
||||
require_once('include/bbcode.php');
|
||||
require_once('include/security.php');
|
||||
require_once('include/conversation.php');
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Name: Link
|
||||
* Description: Using short links on whole hub
|
||||
* Version: 0.65
|
||||
* Version: 0.66
|
||||
* Author: ivan zlax <@zlax@ussr.win>
|
||||
* Maintainer: ivan zlax <@zlax@ussr.win>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue