forked from GNUsocial/gnu-social
Add documentation URL.
This commit is contained in:
parent
67f97194e4
commit
362f395e03
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DirectionDetector plugin, detects notices with RTL content & sets RTL
|
* DirectionDetector plugin, detects notices with RTL content & sets RTL
|
||||||
* style for them.
|
* style for them.
|
||||||
@ -252,10 +251,13 @@ class DirectionDetectorPlugin extends Plugin {
|
|||||||
* plugin details
|
* plugin details
|
||||||
*/
|
*/
|
||||||
function onPluginVersion(&$versions){
|
function onPluginVersion(&$versions){
|
||||||
|
$url = 'http://status.net/wiki/Plugin:DirectionDetector';
|
||||||
|
|
||||||
$versions[] = array(
|
$versions[] = array(
|
||||||
'name' => 'Direction detector',
|
'name' => 'Direction detector',
|
||||||
'version' => DIRECTIONDETECTORPLUGIN_VERSION,
|
'version' => DIRECTIONDETECTORPLUGIN_VERSION,
|
||||||
'author' => 'Behrooz Shabani',
|
'author' => 'Behrooz Shabani',
|
||||||
|
'homepage' => $url,
|
||||||
'rawdescription' => _m('Shows notices with right-to-left content in correct direction.')
|
'rawdescription' => _m('Shows notices with right-to-left content in correct direction.')
|
||||||
);
|
);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user