]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TabFocus/TabFocusPlugin.php
Change status.net/wiki URLs to git.gnu.io
[quix0rs-gnu-social.git] / plugins / TabFocus / TabFocusPlugin.php
index 58f3d06b1141a55a1de77b27de4771dc476df8d4..ff43613383b9c9c257aa22cf8d16d2c4ab9951d7 100644 (file)
@@ -44,12 +44,12 @@ class TabFocusPlugin extends Plugin
         $action->script($this->path('tabfocus.js'));
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'TabFocus',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Craig Andrews and Paul Irish',
-                            'homepage' => 'http://status.net/wiki/Plugin:TabFocus',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/TabFocus',
                             'rawdescription' =>
                             // TRANS: Plugin description.
                             _m('TabFocus changes the notice form behavior so that, while in the text area, pressing the tab key focuses the "Send" button, matching the behavior of Twitter.'));