Skip to content
Snippets Groups Projects
Commit b25a93b9 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#396224 adding missing documentation comment update. By dvessel and pwolanin.

parent d43f4a74
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,10 @@ function phptemplate_box($title, $content, $region = 'main') {
* @param $variables
* A sequential array of variables passed to the theme function.
* @param $suggestions
* An array of suggested template files to use.
* An array of suggested template files to use. This may include a path when
* the suggested template is contained within a sub-directory of the theme.
* They are set from _phptemplate_variables() or the theming hook invoking
* _phptemplate_callback().
*/
function _phptemplate_default($hook, $variables, $suggestions = array(), $extension = '.tpl.php') {
global $theme_engine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment