diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2011-10-24 09:08:13 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2011-10-24 09:08:13 +0000 |
commit | c1f23144e1919ea86b90de2b30428f94c36e7503 (patch) | |
tree | 33a27c12edf722aacb3c85ce0954ed94d791342a /includes/FormOptions.php | |
parent | 1b39c964abdd9fc20497575bda35e18cddd23f1d (diff) | |
download | mediawikicore-c1f23144e1919ea86b90de2b30428f94c36e7503.tar.gz mediawikicore-c1f23144e1919ea86b90de2b30428f94c36e7503.zip |
using real identity for hashar
Converting my pseudonym to use my real identity instead:
Ashar Voultoiz -> Antoine Musso
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/100588
Diffstat (limited to 'includes/FormOptions.php')
-rw-r--r-- | includes/FormOptions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/FormOptions.php b/includes/FormOptions.php index b668ff46ee39..ccc87d8a23c7 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -5,10 +5,10 @@ * * Copyright © 2008, Niklas Laxstiröm * - * Copyright © 2011, Ashar Voultoiz + * Copyright © 2011, Antoine Musso * * @author Niklas Laxström - * @author Ashar Voultoiz + * @author Antoine Musso */ class FormOptions implements ArrayAccess { |