]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Extended profile - Add sammdy to author credits in version info
authorZach Copley <zach@status.net>
Wed, 16 Mar 2011 23:17:02 +0000 (16:17 -0700)
committerZach Copley <zach@status.net>
Wed, 16 Mar 2011 23:17:02 +0000 (16:17 -0700)
plugins/ExtendedProfile/ExtendedProfilePlugin.php

index 3e6aa5f860f1655242bee1d80c2735cbff37202e..ce1593dad52b86b403c06a70dca8d09413763d35 100644 (file)
@@ -32,12 +32,14 @@ class ExtendedProfilePlugin extends Plugin
 
     function onPluginVersion(&$versions)
     {
-        $versions[] = array('name' => 'ExtendedProfile',
-                            'version' => STATUSNET_VERSION,
-                            'author' => 'Brion Vibber, Zach Copley',
-                            'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
-                            'rawdescription' =>
-                            _m('UI extensions for additional profile fields.'));
+        $versions[] = array(
+            'name' => 'ExtendedProfile',
+            'version' => STATUSNET_VERSION,
+            'author' => 'Brion Vibber, Samantha Doherty, Zach Copley',
+            'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
+            'rawdescription' => _m(
+                'UI extensions for additional profile fields.')
+        );
 
         return true;
     }