871912a00a
I ran: for i in `grep -R onPluginVersion...version plugins/|cut -d: -f1`; do sed -i '{ s/\(onPluginVersion(\)\(\&\$versions\)/\1array \2/ }' $i; done |
||
---|---|---|
.. | ||
actions | ||
locale | ||
ClientSideShortenPlugin.php | ||
README | ||
shorten.js |
ClientSideShorten causes the web interface's notice form to automatically shorten URLs as they entered, and before the notice is submitted. Installation ============ Add "addPlugin('ClientSideShorten');" to the bottom of your config.php That's it!