1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10561] Added function desc for phpbb_style_is_active()

PHPBB3-10561
This commit is contained in:
Hari Sankar R 2012-04-09 00:57:29 +05:30
parent 4e630ef160
commit 9bce716081

View File

@ -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
*/