diff options
Diffstat (limited to 'addon/randplace')
-rw-r--r-- | addon/randplace/randplace.php | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php index fa38de377..bae8e7c69 100644 --- a/addon/randplace/randplace.php +++ b/addon/randplace/randplace.php @@ -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>'; -}
\ No newline at end of file +} |