remove testing lines
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user