Update info comments in all plugins
This commit is contained in:
parent
00e142e4f7
commit
b7dc9f8867
19 changed files with 151 additions and 30 deletions
|
|
@ -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>';
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue