]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Memcache/MemcachePlugin.php
DirectMessage moved into a plugin, not done yet
[quix0rs-gnu-social.git] / plugins / Memcache / MemcachePlugin.php
index f0c473c3131e709bca929f682fa3571d8976a92e..8e674e62b8634716be03698e328875fc436c8053 100644 (file)
@@ -239,10 +239,11 @@ class MemcachePlugin extends Plugin
     function onPluginVersion(&$versions)
     {
         $versions[] = array('name' => 'Memcache',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou, Craig Andrews',
                             'homepage' => 'http://status.net/wiki/Plugin:Memcache',
                             'rawdescription' =>
+                            // TRANS: Plugin description.
                             _m('Use <a href="http://memcached.org/">Memcached</a> to cache query results.'));
         return true;
     }