summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-04-26 21:32:33 +0100
committerGreg Roach <fisharebest@gmail.com>2015-04-26 21:32:33 +0100
commitf377eea61265b376c896017b8acf4dc1b88c2381 (patch)
tree2b22cffc88f42d990e8d139d0c1b4a4e1e76af34 /includes
parent7f9348e313cc28b0665915d6d51417b3a3c89fe1 (diff)
downloadwebtrees-f377eea61265b376c896017b8acf4dc1b88c2381.tar.gz
webtrees-f377eea61265b376c896017b8acf4dc1b88c2381.tar.bz2
webtrees-f377eea61265b376c896017b8acf4dc1b88c2381.zip
PHPDoc
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_edit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/functions/functions_edit.php b/includes/functions/functions_edit.php
index 7f32f95eee..447064f5a4 100644
--- a/includes/functions/functions_edit.php
+++ b/includes/functions/functions_edit.php
@@ -85,10 +85,12 @@ function radio_buttons($name, $values, $selected, $extra = '') {
return $html;
}
-// Print an edit control for a Yes/No field
/**
+ * Print an edit control for a Yes/No field
+ *
* @param string $name
* @param boolean $selected
+ * @param string $extra
*
* @return string
*/