diff options
Diffstat (limited to 'modules/php')
-rw-r--r-- | modules/php/php.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/php/php.module b/modules/php/php.module index f9b7d5bcf..c4e2dfb92 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -48,6 +48,8 @@ function php_permission() { * @return * A string containing the printed output of the code, followed by the returned * output of the code. + * + * @ingroup php_wrappers */ function php_eval($code) { global $theme_path, $theme_info, $conf; |