Issue #2020403 by hardik.patel99 | thedavidmeister: Typo in docblock for template_preprocess_username() 'insure'.

8.0.x
webchick 2013-06-17 01:46:04 -05:00
parent 63b6ed23b7
commit aca11af903
1 changed files with 1 additions and 1 deletions

View File

@ -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().
*