forked from GNUsocial/gnu-social
871912a00a
I ran: for i in `grep -R onPluginVersion...version plugins/|cut -d: -f1`; do sed -i '{ s/\(onPluginVersion(\)\(\&\$versions\)/\1array \2/ }' $i; done |
||
---|---|---|
.. | ||
locale | ||
README | ||
WikiHowProfilePlugin.php |
This is an additional plugin which piggybacks on OpenID authentication to pull profile information from WikiHow user pages when creating or updating accounts. WikiHow runs a customized MediaWiki setup, with locally-built extensions to add profile features such as an avatar. As this additional info isn't yet exposed through OpenID, we need to pull it separately.