From 9bce716081f55f209afbfb3ecf1a097b47292da4 Mon Sep 17 00:00:00 2001 From: Hari Sankar R Date: Mon, 9 Apr 2012 00:57:29 +0530 Subject: [PATCH] [ticket/10561] Added function desc for phpbb_style_is_active() PHPBB3-10561 --- phpBB/includes/functions_user.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 770eab48d5..83316be2a3 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -1949,6 +1949,8 @@ function validate_jabber($jid) } /** +* Verifies whether a style ID corresponds to an active style. +* * @param int $style_id The style_id of a style which should be checked if activated or not. * @return boolean */