starting on the journey to comanche everywhere - beginning with widget conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
This commit is contained in:
@@ -32,3 +32,11 @@ function widget_tagcloud($args) {
|
||||
return $o;
|
||||
}
|
||||
|
||||
function widget_collections($args) {
|
||||
require_once('include/group.php');
|
||||
$page = argv(0);
|
||||
$gid = $_REQUEST['gid'];
|
||||
|
||||
return group_side($page,$page,true,$_REQUEST['gid'],'',0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user