Issue #2020403 by hardik.patel99 | thedavidmeister: Typo in docblock for template_preprocess_username() 'insure'.
parent
63b6ed23b7
commit
aca11af903
|
@ -726,7 +726,7 @@ function user_template_preprocess_default_variables_alter(&$variables) {
|
|||
/**
|
||||
* Preprocesses variables for theme_username().
|
||||
*
|
||||
* Modules that make any changes to variables like 'name' or 'extra' must insure
|
||||
* Modules that make any changes to variables like 'name' or 'extra' must ensure
|
||||
* that the final string is safe to include directly in the output by using
|
||||
* check_plain() or filter_xss().
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue