]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add documentation URL.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 3 Oct 2010 21:56:13 +0000 (23:56 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 3 Oct 2010 21:56:13 +0000 (23:56 +0200)
plugins/DirectionDetector/DirectionDetectorPlugin.php

index ac6b43c1f312f9def96388abae7ff3c0c882b4bd..1473c386fac114575fece935555e571881cc38b8 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * DirectionDetector plugin, detects notices with RTL content & sets RTL
  * style for them.
@@ -252,10 +251,13 @@ class DirectionDetectorPlugin extends Plugin {
      * plugin details
      */
     function onPluginVersion(&$versions){
+        $url = 'http://status.net/wiki/Plugin:DirectionDetector';
+
         $versions[] = array(
             'name' => 'Direction detector',
             'version' => DIRECTIONDETECTORPLUGIN_VERSION,
             'author' => 'Behrooz Shabani',
+            'homepage' => $url,
             'rawdescription' => _m('Shows notices with right-to-left content in correct direction.')
         );
         return true;