From 262126bd54627e37244185fbedce3e50cc41cf2f Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 16 Mar 2011 16:17:02 -0700 Subject: [PATCH] Extended profile - Add sammdy to author credits in version info --- plugins/ExtendedProfile/ExtendedProfilePlugin.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/plugins/ExtendedProfile/ExtendedProfilePlugin.php b/plugins/ExtendedProfile/ExtendedProfilePlugin.php index 3e6aa5f860..ce1593dad5 100644 --- a/plugins/ExtendedProfile/ExtendedProfilePlugin.php +++ b/plugins/ExtendedProfile/ExtendedProfilePlugin.php @@ -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; }