comment improvements

This commit is contained in:
Christopher Smith 2013-10-18 12:47:55 +01:00
parent a758ffa601
commit 61e0b2f8bb
2 changed files with 2 additions and 1 deletions

View File

@ -428,7 +428,7 @@ function html_revisions($first=0, $media_id = false){
global $conf;
global $lang;
$id = $ID;
/* we need to get one additionally log entry to be able to
/* we need to get one additional log entry to be able to
* decide if this is the last page or is there another one.
* see html_recent()
*/

View File

@ -48,6 +48,7 @@
* 'compression' - no additional parameters. checks php installation supports possible compression alternatives
* 'licence' - as multichoice, selection constructed from licence strings in language files
* 'renderer' - as multichoice, selection constructed from enabled renderer plugins which canRender()
* 'authtype' - as multichoice, selection constructed from the enabled auth plugins
*
* Any setting commented or missing will use 'setting' class - text input, minimal validation, quoted output
*