]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/CacheLog/CacheLogPlugin.php
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / CacheLog / CacheLogPlugin.php
index ab9538df056768f1726c52ed4c536f8327541e8d..cf7e3a9884daa571f5618d546c5734b29c8a3a62 100644 (file)
@@ -96,13 +96,14 @@ class CacheLogPlugin extends Plugin
         return true;
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'CacheLog',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou',
-                            'homepage' => 'http://status.net/wiki/Plugin:CacheLog',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/CacheLog',
                             'description' =>
+                            // TRANS: Plugin description.
                             _m('Log reads and writes to the cache.'));
         return true;
     }