forked from GNUsocial/gnu-social
Added version info for MobileProfile plugin
This commit is contained in:
parent
fed111f08a
commit
38fe4ad958
@ -414,7 +414,15 @@ class MobileProfilePlugin extends WAP20Plugin
|
|||||||
|
|
||||||
return $proto.'://'.$serverpart.'/'.$pathpart.$relative;
|
return $proto.'://'.$serverpart.'/'.$pathpart.$relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onPluginVersion(&$versions)
|
||||||
|
{
|
||||||
|
$versions[] = array('name' => 'MobileProfile',
|
||||||
|
'version' => STATUSNET_VERSION,
|
||||||
|
'author' => 'Sarven Capadisli',
|
||||||
|
'homepage' => 'http://status.net/wiki/Plugin:MobileProfile',
|
||||||
|
'rawdescription' =>
|
||||||
|
_m('XHTML MobileProfile output for supporting user agents.'));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user