commit 1d7e10fdf81af6396d9e3ceaa97dc534c1e0754c Author: Benjamin Melançon Date: Fri May 24 14:06:07 2013 -0400 1929420-14-rdf-username-test-help-function-with-description diff --git a/core/modules/user/tests/modules/user_format_name_test/user_format_name_test.module b/core/modules/user/tests/modules/user_format_name_test/user_format_name_test.module index 4a2e74d..7ac9c35 100644 --- a/core/modules/user/tests/modules/user_format_name_test/user_format_name_test.module +++ b/core/modules/user/tests/modules/user_format_name_test/user_format_name_test.module @@ -8,7 +8,7 @@ /** * Implements hook_user_format_name_alter(). * - * Sets up a form that allows a user to validate password. + * Change username returned by user_format_name(). */ function user_format_name_test_user_format_name_alter(&$name, &$account) { $name = $name . ' (test)';