From 2e18dfcc9a8b715f8edfc7254363653955cc869c Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 20 Jun 2012 20:03:17 +0000 Subject: doc --- langs.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'langs.inc.php') diff --git a/langs.inc.php b/langs.inc.php index bc6ecc07b..a7e805c1a 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -188,6 +188,13 @@ function _e($s = null, $args = null) { echo _t($s); } +/** + * @param string $s string to echo + * @param array $args optional params to $s + * @param string $tag optional tag to wrap $s into + * + * @return string +*/ function _h($s, $args = null, $tag = 'p') { if (is_array($args)) $s = vsprintf(_t($s), $args); -- cgit v1.2.1