1
0
Fork 0

Update info comments in all plugins

This commit is contained in:
Fabio Comuni 2011-06-14 15:08:03 +02:00
commit b7dc9f8867
19 changed files with 151 additions and 30 deletions

View file

@ -1,13 +1,12 @@
<?php
/**
* Sample Friendika plugin/addon
*
* Addon Name: randplace
*
*/
/**
* Name: Random place
* Description: Sample Friendika plugin/addon. Set a random place when posting.
* Version: 1.0
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
*
*
*
*
* Addons are registered with the system in the
* .htconfig.php file.
@ -178,4 +177,4 @@ function randplace_settings(&$a,&$s) {
$s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div></div>';
}
}